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

Commit

Permalink
Merge pull request #351 from maehr/update-dependencies
Browse files Browse the repository at this point in the history
fix: update flask to 2.1.2
fix: update flask-limiter to 2.4.5.1
fix: update Flask-WTF to 1.0.1
  • Loading branch information
maehr committed May 12, 2022
2 parents dc97e17 + d1780c0 commit 9f9bb5d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -11,10 +11,10 @@
history = history_file.read()

requirements = [
'Flask==2.0.3',
'Flask==2.1.2',
'Flask-Dropzone==1.6.0',
'Flask-WTF==1.0.0',
'Flask-Limiter==2.2.0',
'Flask-WTF==1.0.1',
'Flask-Limiter==2.4.5.1',
'sh==1.14.2',
]

Expand Down

0 comments on commit 9f9bb5d

Please sign in to comment.