mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-22 06:15:02 +01:00
22 lines
470 B
TOML
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"
|