1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-07-01 02:23:50 +02:00
dspace-statistics-api/Pipfile

19 lines
253 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
gunicorn = "*"
falcon = "==2.0.0"
"psycopg2-binary" = "*"
requests = "*"
[dev-packages]
ipython = "*"
"flake8" = "*"
pytest = "*"
[requires]
python_version = "3.7"