mirror of
https://github.com/ilri/csv-metadata-quality-web.git
synced 2024-11-16 03:47:05 +01:00
pyproject.toml: update dependencies
black is no longer beta, remove ipython because I can use the one installed system wide and it doesn't like being in a virtual env anyways. flake8 is a new major version.
This commit is contained in:
parent
070d19af82
commit
19d78eb55d
@ -13,10 +13,9 @@ ansi2html = "^1.6.0"
|
||||
gunicorn = "^20.0.4"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
black = "^20.8b1"
|
||||
flake8 = "^3.8.4"
|
||||
black = "^22.1.0"
|
||||
flake8 = "^4.0.1"
|
||||
isort = "^5.7.0"
|
||||
ipython = "^7.21.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=1.0.0"]
|
||||
|
Loading…
Reference in New Issue
Block a user