Skip to content

Commit 9cae9cf

Browse files
author
Landon Gilbert-Bland
committed
Stay on correct major version for dependencies
Fixes #368
1 parent 5bd8b1e commit 9cae9cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@
3030
platforms='any',
3131
install_requires=[
3232
'Werkzeug>=0.14', # Needed for SameSite cookie functionality
33-
'Flask>=1.0',
34-
'PyJWT>=1.6.4',
33+
'Flask>=1.0,<2.0',
34+
'PyJWT>=1.6.4,<2.0',
3535
'six',
3636
],
3737
extras_require={

0 commit comments

Comments
 (0)