1
0
mirror of https://github.com/ilri/dspace-statistics-api.git synced 2024-09-28 21:14:18 +02:00
dspace-statistics-api/Pipfile
Alan Orth f80d360cf9
All checks were successful
continuous-integration/drone/push Build is passing
Only install ipython on Python 3.7+
2021-11-10 09:21:59 +02:00

22 lines
470 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
gunicorn = "~=20.1.0"
falcon = "~=3.0.0"
psycopg2 = "~=2.9.1"
requests = "~=2.26.0"
falcon-swagger-ui = {editable = true, ref = "falcon3-update-swagger-ui", git = "https://github.com/alanorth/falcon-swagger-ui.git"}
[dev-packages]
ipython = { version="*", markers="python_version >= '3.7'"}
black = "*"
flake8 = "*"
isort = "*"
pytest = "~=6.2.0"
[requires]
python_version = "3.9"