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

Regenerate pipenv

Uses 'kazoo-2.5.0' branch name for installing SolrClient instead of
the commit hash and adds flake8 as a dev package. This means that I
can track dependencies for production and development and still end
up with a requirements.txt for produciton.
This commit is contained in:
2018-11-04 15:55:28 +02:00
parent e1580df12f
commit 085e525b2f
2 changed files with 35 additions and 35 deletions

View File

@ -14,11 +14,11 @@ kazoo = "==2.5.0"
python-mimeparse = "==1.6.0"
requests = "==2.20.0"
six = "==1.11.0"
solrclient = {editable = true, ref = "c629e3475be37c82770b2be61748be7e29882648", git = "git://github.com/alanorth/SolrClient.git"}
solrclient = {ref = "kazoo-2.5.0", git = "https://github.com/alanorth/SolrClient.git"}
"urllib3" = "==1.24"
"flake8" = "*"
[dev-packages]
"flake8" = "*"
[requires]
python_version = "3.6"