We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53c33f6 commit 6e44567Copy full SHA for 6e44567
requirements.txt
@@ -5,7 +5,7 @@ certifi==2018.4.16
5
cffi==1.11.5
6
chardet==3.0.4
7
click==6.7
8
-cryptography==2.2.2
+cryptography==2.3
9
docutils==0.14
10
Flask==1.0
11
Flask-Sphinx-Themes==1.0.2
setup.py
@@ -34,7 +34,7 @@
34
'PyJWT',
35
],
36
extras_require={
37
- 'asymmetric_crypto': ["cryptography"]
+ 'asymmetric_crypto': ["cryptography >= 2.3"]
38
},
39
classifiers=[
40
'Development Status :: 5 - Production/Stable',
0 commit comments