Skip to content

Commit

Permalink
Require cryptography >= 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Landon Gilbert-Bland committed Aug 4, 2018
1 parent 53c33f6 commit 6e44567
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ certifi==2018.4.16
cffi==1.11.5
chardet==3.0.4
click==6.7
cryptography==2.2.2
cryptography==2.3
docutils==0.14
Flask==1.0
Flask-Sphinx-Themes==1.0.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
'PyJWT',
],
extras_require={
'asymmetric_crypto': ["cryptography"]
'asymmetric_crypto': ["cryptography >= 2.3"]
},
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand Down

0 comments on commit 6e44567

Please sign in to comment.