mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-16 19:37:04 +01:00
Alan Orth
67bc30ead0
Black only releases pre-release versions, which causes issues with pipenv. Instead of always running pipenv with "--pre" and potenti- ally letting in some other pre-release versions for other depende- ncies, I would rather specify the latest black version explicitly. See: https://github.com/psf/black/issues/517 See: https://github.com/microsoft/vscode-python/issues/5171
21 lines
285 B
TOML
21 lines
285 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 = "==19.10b0"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|