Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
Update setup.py (#287)
Browse files Browse the repository at this point in the history
'Flask==2.0.1',
    'Flask-Dropzone==1.6.0',
    'Flask-WTF==0.15.1',
    'Flask-Limiter==1.4.0',
    'sh==1.14.2',
  • Loading branch information
maehr committed Jul 8, 2021
1 parent 291d648 commit 1620bd7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@
history = history_file.read()

requirements = [
'Flask==1.1.2',
'Flask-Dropzone==1.5.4',
'Flask-WTF==0.14.3',
'Flask==2.0.1',
'Flask-Dropzone==1.6.0',
'Flask-WTF==0.15.1',
'Flask-Limiter==1.4.0',
'sh==1.14.1',
'sh==1.14.2',
]

setup_requirements = [
Expand Down

0 comments on commit 1620bd7

Please sign in to comment.