Skip to content

Commit

Permalink
Python: fixing version to 3.7, updating dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jaesivsm committed Dec 4, 2020
1 parent e7e3ae6 commit 8334185
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 147 deletions.
10 changes: 5 additions & 5 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,19 +29,19 @@ flask-restx = "==0.1.1"
flask-jwt = "==0.3.2"
goose3 = "==3.1.6"
gunicorn = "==20.0.4"
lxml = "==4.5.0"
lxml = "==4.*"
opml = "==0.5"
prometheus-client = "==0.7.1"
prometheus-distributed-client = "==1.2.1"
"psycopg2" = "==2.8.5"
python-dateutil = ">=2.6.1"
python-dateutil = ">=2.6.1,<3"
rauth = "==0.7.3"
redis = "==2.10.6"
requests = ">=2.21.0"
requests = ">=2.21.0,<3"
SQLAlchemy = "==1.3.3"
the-conf = "==0.0.16"
flask-cors = "==3.0.8"
flask-cors = "==3.*"
importlib-metadata = "2.0.0"

[requires]
python_version = "3"
python_version = "3.7"
Loading

0 comments on commit 8334185

Please sign in to comment.