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

Add pytest to pipenv development packages

This commit is contained in:
2018-11-11 11:52:58 +02:00
parent bae9fb80e4
commit 5c8756bede
2 changed files with 46 additions and 1 deletions

View File

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