Skip to content

Commit

Permalink
Merge 6842c28 into 2db93b5
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsocha2 committed Feb 2, 2022
2 parents 2db93b5 + 6842c28 commit d4f671a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def main():
'wrapt>=1.10.1'
]
redis_requires = ['redis>=2.10.3']
jwt_requires = ['pyjwt>=1.3.0', 'cryptography>=3, <3.5.0']
jwt_requires = ['pyjwt>=1.3.0', 'cryptography>=3']
extra_requires = {'jwt': jwt_requires, 'redis': redis_requires, 'all': jwt_requires + redis_requires}
test_requires = [
'bottle',
Expand Down

0 comments on commit d4f671a

Please sign in to comment.