mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-16 03:17:04 +01:00
Alan Orth
085e525b2f
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.
25 lines
478 B
TOML
25 lines
478 B
TOML
[[source]]
|
|
url = "https://pypi.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
certifi = "==2018.10.15"
|
|
chardet = "==3.0.4"
|
|
falcon = "==1.4.1"
|
|
gunicorn = "==19.9.0"
|
|
idna = "==2.7"
|
|
kazoo = "==2.5.0"
|
|
"psycopg2-binary" = "==2.7.5"
|
|
python-mimeparse = "==1.6.0"
|
|
requests = "==2.20.0"
|
|
six = "==1.11.0"
|
|
solrclient = {ref = "kazoo-2.5.0", git = "https://github.com/alanorth/SolrClient.git"}
|
|
"urllib3" = "==1.24"
|
|
|
|
[dev-packages]
|
|
"flake8" = "*"
|
|
|
|
[requires]
|
|
python_version = "3.6"
|