1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-06-23 08:28:26 +02:00

Update requirements

Generated from pipenv with:

  $ pipenv lock -r > requirements.txt
  $ pipenv lock -r -d > requirements-dev.txt
This commit is contained in:
2020-09-27 11:13:38 +03:00
parent 716d65030c
commit 9e898ba54f
2 changed files with 39 additions and 32 deletions

View File

@ -1,9 +1,9 @@
-i https://pypi.org/simple
certifi==2019.11.28
certifi==2020.6.20
chardet==3.0.4
falcon==2.0.0
gunicorn==20.0.4
idna==2.9
psycopg2-binary==2.8.4
requests==2.23.0
urllib3==1.25.8
idna==2.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
psycopg2-binary==2.8.6
requests==2.24.0
urllib3==1.25.10; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4' and python_version < '4'