1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-06-01 15:37:30 +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

@ -11,7 +11,7 @@ requests = "~=2.26.0"
falcon-swagger-ui = {editable = true, ref = "falcon3-update-swagger-ui", git = "https://github.com/alanorth/falcon-swagger-ui.git"}
[dev-packages]
ipython = "*"
ipython = { version="*", markers="python_version >= '3.7'"}
black = "*"
flake8 = "*"
isort = "*"