mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2025-07-08 23:32:24 +02:00
Pipfile: Specify exact version of black
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
This commit is contained in:
2
Pipfile
2
Pipfile
@ -14,7 +14,7 @@ ipython = "*"
|
|||||||
"flake8" = "*"
|
"flake8" = "*"
|
||||||
pytest = "*"
|
pytest = "*"
|
||||||
isort = "*"
|
isort = "*"
|
||||||
black = "*"
|
black = "==19.10b0"
|
||||||
|
|
||||||
[requires]
|
[requires]
|
||||||
python_version = "3.8"
|
python_version = "3.8"
|
||||||
|
Reference in New Issue
Block a user