reformat pyproject.toml

This commit is contained in:
Jörn-Michael Miehe 2023-10-29 17:13:41 +01:00
parent 2e50dd447d
commit a781240af0

View file

@ -23,9 +23,9 @@ uvicorn = {extras = ["standard"], version = "^0.23.2"}
webdavclient3 = "^3.14.6"
[tool.poetry.group.dev.dependencies]
black = "^23.10.1"
flake8 = "^6.1.0"
pytest = "^7.4.2"
black = "^23.10.1"
[build-system]
build-backend = "poetry.core.masonry.api"