We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 780f2c1 commit 24f90dfCopy full SHA for 24f90df
1 file changed
pyproject.toml
@@ -13,14 +13,12 @@ psycopg2 = "^2.9.1"
13
requests = "^2.24.0"
14
falcon-swagger-ui = {git = "https://github.com/alanorth/falcon-swagger-ui.git", rev="falcon3-update-swagger-ui"}
15
16
-[tool.poetry.dev-dependencies]
17
-flake8 = "^6.0.0"
18
-pytest = "^7.0.0"
19
-black = "^23.0.0"
20
-isort = "^5.9.1"
21
-
22
[tool.poetry.group.dev.dependencies]
+black = "^23.0.0"
23
fixit = "^2.1.0"
+flake8 = "^6.0.0"
+isort = "^5.9.1"
+pytest = "^7.0.0"
24
25
[build-system]
26
requires = ["poetry>=0.12"]
0 commit comments