Skip to content

Commit

Permalink
Removing python_version check on crytography package requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
NajmudheenCT committed Mar 3, 2021
1 parent c4fa7a6 commit b876488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ tooz>=1.58.0 # Apache-2.0
WebOb>=1.7.1 # MIT
pysnmp>=4.4.11 # BSD
redis>=3.3.8 # MIT
cryptography<3.4;python_version<"3.7" # Apache-2.0
cryptography<3.4; # Apache-2.0
pyopenssl==19.1.0 # Apache-2.0
APScheduler~=3.6.3
flask
Expand Down

0 comments on commit b876488

Please sign in to comment.