mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 03:12:51 +00:00
bac62a387d
Adding pip as a propagated dependency for the python checker Co-Authored-By: Markus S. Wamser <github-dev@mail2013.wamser.eu>
13 lines
313 B
Diff
13 lines
313 B
Diff
diff --git a/requirements.txt b/requirements.txt
|
|
index 1d4aa9a..c9e9171 100644
|
|
--- a/requirements.txt
|
|
+++ b/requirements.txt
|
|
@@ -14,6 +14,6 @@ xmlschema
|
|
importlib_metadata; python_version < "3.8"
|
|
requests
|
|
urllib3>=1.26.5 # dependency of requests added explictly to avoid CVEs
|
|
-gsutil
|
|
+#gsutil
|
|
cvss
|
|
packaging
|