Skip to content

Commit

Permalink
Add minimum Flask version requirement.
Browse files Browse the repository at this point in the history
Install requires Flask version >= 1.0 for use of get_json method.
  • Loading branch information
smarlowucf committed Jul 23, 2019
1 parent 3ccf0c9 commit ba8586d
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 @@ -30,7 +30,7 @@
platforms='any',
install_requires=[
'Werkzeug>=0.14', # Needed for SameSite cookie functionality
'Flask',
'Flask>=1.0',
'PyJWT>=1.6.4',
'six',
],
Expand Down

0 comments on commit ba8586d

Please sign in to comment.