mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-22 14:25:01 +01:00
Update requirements
Generated from pipenv with: $ pipenv lock -r > requirements.txt $ pipenv lock -r -d > requirements-dev.txt
This commit is contained in:
parent
f8a4cfd3da
commit
5429fe5cc8
@ -1,25 +1,26 @@
|
|||||||
-i https://pypi.org/simple
|
-i https://pypi.org/simple
|
||||||
atomicwrites==1.2.1
|
atomicwrites==1.3.0
|
||||||
attrs==18.2.0
|
attrs==18.2.0
|
||||||
backcall==0.1.0
|
backcall==0.1.0
|
||||||
decorator==4.3.0
|
decorator==4.3.2
|
||||||
flake8==3.6.0
|
entrypoints==0.3
|
||||||
|
flake8==3.7.5
|
||||||
ipython-genutils==0.2.0
|
ipython-genutils==0.2.0
|
||||||
ipython==7.2.0
|
ipython==7.2.0
|
||||||
jedi==0.13.2
|
jedi==0.13.2
|
||||||
mccabe==0.6.1
|
mccabe==0.6.1
|
||||||
more-itertools==5.0.0
|
more-itertools==5.0.0
|
||||||
parso==0.3.1
|
parso==0.3.3
|
||||||
pexpect==4.6.0 ; sys_platform != 'win32'
|
pexpect==4.6.0 ; sys_platform != 'win32'
|
||||||
pickleshare==0.7.5
|
pickleshare==0.7.5
|
||||||
pluggy==0.8.1
|
pluggy==0.8.1
|
||||||
prompt-toolkit==2.0.7
|
prompt-toolkit==2.0.8
|
||||||
ptyprocess==0.6.0
|
ptyprocess==0.6.0
|
||||||
py==1.7.0
|
py==1.7.0
|
||||||
pycodestyle==2.4.0
|
pycodestyle==2.5.0
|
||||||
pyflakes==2.0.0
|
pyflakes==2.1.0
|
||||||
pygments==2.3.1
|
pygments==2.3.1
|
||||||
pytest==4.1.1
|
pytest==4.2.0
|
||||||
six==1.12.0
|
six==1.12.0
|
||||||
traitlets==4.3.2
|
traitlets==4.3.2
|
||||||
wcwidth==0.1.7
|
wcwidth==0.1.7
|
||||||
|
@ -2,6 +2,6 @@
|
|||||||
falcon==1.4.1
|
falcon==1.4.1
|
||||||
git+https://github.com/alanorth/SolrClient.git@c629e3475be37c82770b2be61748be7e29882648#egg=solrclient
|
git+https://github.com/alanorth/SolrClient.git@c629e3475be37c82770b2be61748be7e29882648#egg=solrclient
|
||||||
gunicorn==19.9.0
|
gunicorn==19.9.0
|
||||||
psycopg2-binary==2.7.6.1
|
psycopg2-binary==2.7.7
|
||||||
python-mimeparse==1.6.0
|
python-mimeparse==1.6.0
|
||||||
six==1.12.0
|
six==1.12.0
|
||||||
|
Loading…
Reference in New Issue
Block a user