Skip to content

Commit

Permalink
upgrade arxiv-base, flask dependencies [HOTFIX]
Browse files Browse the repository at this point in the history
  • Loading branch information
mhl10 committed Dec 17, 2019
1 parent 740b5ff commit 9ce21d4
Show file tree
Hide file tree
Showing 2 changed files with 130 additions and 125 deletions.
6 changes: 3 additions & 3 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name = "pypi"

[packages]
arxiv-auth = "==0.2.7"
arxiv-base = "==0.15.8.post1"
arxiv-base = "==0.16.4"
boto = "==2.48.0"
"boto3" = "==1.6.6"
botocore = "==1.9.6"
Expand All @@ -17,7 +17,7 @@ dataclasses = "==0.4"
docutils = "==0.14"
elasticsearch = ">=6.0.0,<7.0.0"
elasticsearch-dsl = ">=6.0.0,<7.0.0"
flask = "==1.0.2"
flask = "*"
"flask-s3" = "==0.3.3"
idna = "==2.6"
ipaddress = "==1.0.19"
Expand All @@ -44,7 +44,7 @@ snowballstemmer = "==1.2.1"
thrift = "==0.11.0"
thrift-connector = "==0.23"
"urllib3" = ">=1.23"
werkzeug = "==0.14.1"
werkzeug = "*"
wtforms = "==2.1"
bleach = "*"
lxml = "*"
Expand Down
Loading

0 comments on commit 9ce21d4

Please sign in to comment.