aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2023-03-09 16:29:22 +0100
committerGravatar shtlrs <[email protected]>2023-03-09 16:29:22 +0100
commitbca2c120e699df9ba33c2164c8c6aa02471f43f0 (patch)
tree91b162f637a2210825df2e3c230c71a73ea7710c /pyproject.toml
parentrelock dependencies (diff)
move httpx to the dev dependency group
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml6
1 files changed, 1 insertions, 5 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 05f4af68b..6c8344fc9 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -49,13 +49,9 @@ pytest-cov = "4.0.0"
pytest-subtests = "0.10.0"
pytest-xdist = "3.2.0"
taskipy = "1.10.3"
-
-[tool.poetry.group.config-bootstrap]
-optional = true
-
-[tool.poetry.group.config-bootstrap.dependencies]
httpx = "0.23.3"
+
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"