summaryrefslogtreecommitdiffstats
path: root/krebs/5pkgs/simple/cac-panel
diff options
context:
space:
mode:
authorlassulus <lassulus@lassul.us>2017-08-26 20:03:57 +0200
committerlassulus <lassulus@lassul.us>2017-09-19 20:42:17 +0200
commit7c1f36ca1bafb4b415a5c9423842d6bef0102813 (patch)
tree0c5197245bf1d6f70b7456b23343a0ab3d14c585 /krebs/5pkgs/simple/cac-panel
parent7adf24631f14409208376f5554c31db73e4af0c8 (diff)
requests2 -> requsts
Diffstat (limited to 'krebs/5pkgs/simple/cac-panel')
-rw-r--r--krebs/5pkgs/simple/cac-panel/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/krebs/5pkgs/simple/cac-panel/default.nix b/krebs/5pkgs/simple/cac-panel/default.nix
index fd479953..57f58f4d 100644
--- a/krebs/5pkgs/simple/cac-panel/default.nix
+++ b/krebs/5pkgs/simple/cac-panel/default.nix
@@ -11,7 +11,7 @@ python3Packages.buildPythonPackage rec {
propagatedBuildInputs = with python3Packages; [
docopt
- requests2
+ requests
beautifulsoup4
];
}