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
0615064e3d
commit
82be1a4d00
@ -4,32 +4,34 @@ attrs==19.3.0
|
|||||||
backcall==0.1.0
|
backcall==0.1.0
|
||||||
black==19.10b0
|
black==19.10b0
|
||||||
click==7.0
|
click==7.0
|
||||||
decorator==4.4.1
|
decorator==4.4.2
|
||||||
entrypoints==0.3
|
entrypoints==0.3
|
||||||
flake8==3.7.9
|
flake8==3.7.9
|
||||||
ipython-genutils==0.2.0
|
ipython-genutils==0.2.0
|
||||||
ipython==7.9.0
|
ipython==7.13.0
|
||||||
isort==4.3.21
|
isort==4.3.21
|
||||||
jedi==0.15.1
|
jedi==0.16.0
|
||||||
mccabe==0.6.1
|
mccabe==0.6.1
|
||||||
more-itertools==7.2.0
|
more-itertools==8.2.0
|
||||||
packaging==19.2
|
packaging==20.1
|
||||||
parso==0.5.1
|
parso==0.6.2
|
||||||
pathspec==0.6.0
|
pathspec==0.7.0
|
||||||
pexpect==4.7.0 ; sys_platform != 'win32'
|
pexpect==4.8.0 ; sys_platform != 'win32'
|
||||||
pickleshare==0.7.5
|
pickleshare==0.7.5
|
||||||
pluggy==0.13.1
|
pluggy==0.13.1
|
||||||
prompt-toolkit==2.0.10
|
prompt-toolkit==3.0.3
|
||||||
ptyprocess==0.6.0
|
ptyprocess==0.6.0
|
||||||
py==1.8.0
|
py==1.8.1
|
||||||
pycodestyle==2.5.0
|
pycodestyle==2.5.0
|
||||||
pyflakes==2.1.1
|
pyflakes==2.1.1
|
||||||
pygments==2.5.1
|
pygments==2.5.2
|
||||||
pyparsing==2.4.5
|
pyparsing==2.4.6
|
||||||
pytest==5.3.1
|
pytest-clarity==0.3.0a0
|
||||||
regex==2019.11.1
|
pytest==5.3.5
|
||||||
six==1.13.0
|
regex==2020.2.20
|
||||||
|
six==1.14.0
|
||||||
|
termcolor==1.1.0
|
||||||
toml==0.10.0
|
toml==0.10.0
|
||||||
traitlets==4.3.3
|
traitlets==4.3.3
|
||||||
typed-ast==1.4.0
|
typed-ast==1.4.1
|
||||||
wcwidth==0.1.7
|
wcwidth==0.1.8
|
||||||
|
@ -1,9 +1,9 @@
|
|||||||
-i https://pypi.org/simple
|
-i https://pypi.org/simple
|
||||||
certifi==2019.9.11
|
certifi==2019.11.28
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
falcon==2.0.0
|
falcon==2.0.0
|
||||||
gunicorn==20.0.4
|
gunicorn==20.0.4
|
||||||
idna==2.8
|
idna==2.9
|
||||||
psycopg2-binary==2.8.4
|
psycopg2-binary==2.8.4
|
||||||
requests==2.22.0
|
requests==2.23.0
|
||||||
urllib3==1.25.7
|
urllib3==1.25.8
|
||||||
|
Loading…
Reference in New Issue
Block a user