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
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
2
Pipfile
2
Pipfile
@ -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 = "*"
|
||||
|
Reference in New Issue
Block a user