Skip to content
This repository was archived by the owner on May 26, 2020. It is now read-only.

Commit f039290

Browse files
committed
Require PyJWT 0.4.3 or greater
1 parent 422b934 commit f039290

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
@@ -18,7 +18,7 @@
1818
author_email = '[email protected]'
1919
license = 'MIT'
2020
install_requires = [
21-
'PyJWT>=0.3.0,<0.5',
21+
'PyJWT>=0.4.3,<0.5',
2222
]
2323

2424

0 commit comments

Comments
 (0)