mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-22 14:25:01 +01:00
Alan Orth
d2fe420a9a
This does linting and automatic code formatting according to PEP8. See: https://sourcery.ai/blog/python-best-practices/
21 lines
277 B
TOML
21 lines
277 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 = "*"
|
|
isort = "*"
|
|
black = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|