Skip to content

Commit

Permalink
Update python dependencies (#1241)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jkrzy authored Mar 4, 2021
1 parent d478e49 commit 2d179df
Show file tree
Hide file tree
Showing 2 changed files with 97 additions and 94 deletions.
181 changes: 92 additions & 89 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,17 @@ cg-django-uaa==2.0.0
chardet==4.0.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
dj-database-url==0.5.0
django-webtest==1.9.7
django==2.2.18
django==2.2.19
djangorestframework-csv==2.1.0
djangorestframework==3.12.2
furl==2.1.0
gevent==21.1.2
greenlet==1.0.0; platform_python_implementation == 'CPython'
gunicorn==20.0.4
idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
importlib-metadata==3.4.0; python_version < '3.8'
markdown==3.3.3
newrelic==6.0.1.155
importlib-metadata==3.7.0; python_version < '3.8'
markdown==3.3.4
newrelic==6.2.0.156
numpy==1.19.5; python_version >= '3.6'
orderedmultidict==1.0.1
packaging==20.9; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
Expand All @@ -45,7 +45,7 @@ unicodecsv==0.14.1
urllib3==1.26.3; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'
waitress==1.4.4; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
webencodings==0.5.1
webob==1.8.6; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
webob==1.8.7; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
webtest==2.0.35
whitenoise==5.2.0
zipp==3.4.0; python_version >= '3.6'
Expand Down

0 comments on commit 2d179df

Please sign in to comment.