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:
Alan Orth 2022-01-30 13:41:14 +03:00
parent 070d19af82
commit 19d78eb55d
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 2 additions and 3 deletions

View File

@ -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"]