1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2025-06-23 08:28:26 +02:00

Add ipython to pipenv dev packages

This is very useful for debugging Python code interactively.
This commit is contained in:
2018-11-07 17:07:14 +02:00
parent 888f85d19e
commit 60ad474b88
2 changed files with 104 additions and 1 deletions

View File

@ -19,6 +19,7 @@ solrclient = {ref = "kazoo-2.5.0", git = "https://github.com/alanorth/SolrClient
[dev-packages]
"flake8" = "*"
ipython = "*"
[requires]
python_version = "3.6"