Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszsocha2 committed Feb 2, 2022
1 parent 5e20b66 commit 828d399
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Expand Up @@ -55,10 +55,10 @@ def main():
'attrs>=17.3.0',
'requests>=2.4.3',
'requests-toolbelt>=0.4.0, <1.0.0',
'wrapt>=1.10.1',
'wrapt>=1.10.1'
]
redis_requires = ['redis>=2.10.3']
jwt_requires = ['pyjwt>=1.3.0', 'cryptography>=3']
jwt_requires = ['pyjwt>=1.3.0', 'cryptography>=35.0.0']
extra_requires = {'jwt': jwt_requires, 'redis': redis_requires, 'all': jwt_requires + redis_requires}
test_requires = [
'bottle',
Expand Down

0 comments on commit 828d399

Please sign in to comment.