reformat pyproject.toml
This commit is contained in:
parent
2e50dd447d
commit
a781240af0
1 changed files with 1 additions and 1 deletions
|
@ -23,9 +23,9 @@ uvicorn = {extras = ["standard"], version = "^0.23.2"}
|
||||||
webdavclient3 = "^3.14.6"
|
webdavclient3 = "^3.14.6"
|
||||||
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
|
black = "^23.10.1"
|
||||||
flake8 = "^6.1.0"
|
flake8 = "^6.1.0"
|
||||||
pytest = "^7.4.2"
|
pytest = "^7.4.2"
|
||||||
black = "^23.10.1"
|
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
|
Loading…
Reference in a new issue