mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-21 22:05:02 +01:00
pyproject.toml: Update some dev dependencies
This commit is contained in:
parent
14fc14daee
commit
e8ac74b6d1
@ -17,8 +17,8 @@ falcon-swagger-ui = {git = "https://github.com/alanorth/falcon-swagger-ui.git",
|
||||
ipython = { version = "^7.18.1", python = "^3.7" }
|
||||
flake8 = "^3.8.4"
|
||||
pytest = "^6.1.1"
|
||||
isort = "^5.5.4"
|
||||
black = "^20.8b1"
|
||||
black = {version = "^21.6b0", python = ">=3.6.2"}
|
||||
isort = {version = "^5.9.1", python = ">=3.6.1"}
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
|
Loading…
Reference in New Issue
Block a user