1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-07-08 15:22:22 +02:00

Only install ipython on Python 3.7+
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-11-10 09:21:59 +02:00
parent e70b59ecfe
commit f80d360cf9
3 changed files with 55 additions and 54 deletions

View File

@ -22,7 +22,7 @@ flake8==4.0.1
gunicorn==20.1.0
idna==3.3; python_version >= '3'
iniconfig==1.1.1
ipython==7.29.0
ipython==7.29.0; python_version >= '3.7'
isort==5.10.1
jedi==0.18.0; python_version >= '3.6'
jinja2==3.0.3; python_version >= '3.6'
@ -46,7 +46,7 @@ pyflakes==2.4.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.
pygments==2.10.0; python_version >= '3.5'
pyparsing==2.4.7; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
pytest==6.2.5
regex==2021.11.9
regex==2021.11.10
requests==2.26.0
setuptools==58.5.3; python_version >= '3.6'
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'