We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ae675c + b5304e4 commit 70f2f39Copy full SHA for 70f2f39
requirements-pinned.txt
@@ -1,7 +1,8 @@
1
certifi==2020.12.5 # via requests
2
cffi==1.14.4 # via cryptography, pynacl
3
chardet==4.0.0 # via requests
4
-cryptography==3.3.1 # via securesystemslib
+cryptography==3.4.5 ; python_version >= '3' # via securesystemslib
5
+cryptography==3.3.2 ; python_version < '3' # via securesystemslib
6
enum34==1.1.10 ; python_version < '3' # via cryptography
7
idna==2.10 # via requests
8
ipaddress==1.0.23 ; python_version < '3' # via cryptography
0 commit comments