Skip to content

Commit

Permalink
use newer version of Flask (#145)
Browse files Browse the repository at this point in the history
* use newer version of Flask
* sync requirements to actinia-core
  • Loading branch information
metzm authored Apr 7, 2022
1 parent 88e2e79 commit f1a96ae
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
requests==2.25.1
Flask==1.1.2
Flask-Cors==3.0.10
Flask-RESTful==0.3.8
sqlitedict==1.7.0
requests>=2.20.0
Flask>=0.12.3
Flask-Cors>=3.0.3
Flask-RESTful>=0.3.6
sqlitedict>=1.7.0
gunicorn


# needed to build documentation
docutils==0.16
Sphinx==3.4.3
docutils>=0.16
Sphinx>=3.4.3

0 comments on commit f1a96ae

Please sign in to comment.