1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-11-22 06:15:02 +01:00

Update requirements

Generated using pipenv:

  $ pipenv lock -r > requirements.txt
  $ pipenv lock -r -d > requirements-dev.txt
This commit is contained in:
Alan Orth 2019-05-03 16:32:17 +03:00
parent 1806d50a51
commit edd9e90f59
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
2 changed files with 4 additions and 6 deletions

View File

@ -6,7 +6,7 @@ decorator==4.4.0
entrypoints==0.3 entrypoints==0.3
flake8==3.7.7 flake8==3.7.7
ipython-genutils==0.2.0 ipython-genutils==0.2.0
ipython==7.4.0 ipython==7.5.0
jedi==0.13.3 jedi==0.13.3
mccabe==0.6.1 mccabe==0.6.1
more-itertools==7.0.0 ; python_version > '2.7' more-itertools==7.0.0 ; python_version > '2.7'
@ -20,7 +20,7 @@ py==1.8.0
pycodestyle==2.5.0 pycodestyle==2.5.0
pyflakes==2.1.1 pyflakes==2.1.1
pygments==2.3.1 pygments==2.3.1
pytest==4.4.0 pytest==4.4.1
six==1.12.0 six==1.12.0
traitlets==4.3.2 traitlets==4.3.2
wcwidth==0.1.7 wcwidth==0.1.7

View File

@ -1,11 +1,9 @@
-i https://pypi.org/simple -i https://pypi.org/simple
certifi==2019.3.9 certifi==2019.3.9
chardet==3.0.4 chardet==3.0.4
falcon==1.4.1 falcon==2.0.0
gunicorn==19.9.0 gunicorn==19.9.0
idna==2.8 idna==2.8
psycopg2-binary==2.8.2 psycopg2-binary==2.8.2
python-mimeparse==1.6.0
requests==2.21.0 requests==2.21.0
six==1.12.0 urllib3==1.24.3
urllib3==1.24.1