mirror of
https://github.com/ilri/dspace-statistics-api.git
synced 2024-11-22 14:25:01 +01:00
pyproject.toml: update dependencies
We no longer need ipython because it's installed globally on all my machines. Also, new major version of flake8 and black is no longer a beta.
This commit is contained in:
parent
a2e1695ecc
commit
c48e6a79c7
@ -14,10 +14,9 @@ requests = "^2.24.0"
|
|||||||
falcon-swagger-ui = {git = "https://github.com/alanorth/falcon-swagger-ui.git", rev="falcon3-update-swagger-ui"}
|
falcon-swagger-ui = {git = "https://github.com/alanorth/falcon-swagger-ui.git", rev="falcon3-update-swagger-ui"}
|
||||||
|
|
||||||
[tool.poetry.dev-dependencies]
|
[tool.poetry.dev-dependencies]
|
||||||
ipython = { version = "^7.18.1", python = "^3.7" }
|
flake8 = "^4.0.1"
|
||||||
flake8 = "^3.8.4"
|
|
||||||
pytest = "^6.1.1"
|
pytest = "^6.1.1"
|
||||||
black = {version = "^21.6b0", python = ">=3.6.2"}
|
black = {version = "^22.1.0", python = ">=3.6.2"}
|
||||||
isort = {version = "^5.9.1", python = ">=3.6.1"}
|
isort = {version = "^5.9.1", python = ">=3.6.1"}
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
|
Loading…
Reference in New Issue
Block a user