Skip to content

Commit

Permalink
Update Flask version to fix a deprecation warning (#958)
Browse files Browse the repository at this point in the history
* Update Flask version to fix a deprecation warning

* Remove version number of flask to keep it up to date

* Remove version number of gunicorn to keep it up to date
  • Loading branch information
ibnesayeed authored Jul 5, 2020
1 parent c2a220f commit 3da1a8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Flask==1.0.2
Flask
flask-talisman
gunicorn==19.9.0
gunicorn
matplotlib
mistune
pandas
Expand Down

0 comments on commit 3da1a8d

Please sign in to comment.