Skip to content

Commit dfbb9a7

Browse files
committed
unpin pyjwt
pyjwt is pinned to <2.0, preventing installation of current pyjwt The current use of pyjwt appears to works just fine on pyjwt 2
1 parent 6b5d545 commit dfbb9a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ def read(fname):
2222
packages=find_packages(),
2323
long_description=read('README.rst'),
2424
install_requires=[
25-
'PyJWT>=1.0.1,<2.0.0',
25+
'PyJWT>=1.0.1',
2626
'oauthlib',
2727
'requests',
2828
'requests-oauthlib',

0 commit comments

Comments
 (0)