Skip to content

Commit

Permalink
updated dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tmbo committed Oct 19, 2019
1 parent f1b275c commit fc08528
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Setup py requirements
requests==2.22.0
ConfigArgParse==0.14.0
ConfigArgParse==0.15.1
coloredlogs==10.0
flask==1.0.2
flask_cors==3.0.7
flask==1.1.1
flask_cors==3.0.8
gevent==1.4.0
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

install_requires = [
"requests>=2.20", # for common use in custom actions code
"ConfigArgParse~=0.14",
"ConfigArgParse>=0.14",
"coloredlogs~=10.0",
"flask~=1.0",
"flask_cors~=3.0",
Expand Down

0 comments on commit fc08528

Please sign in to comment.