aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar shtlrs <[email protected]>2023-03-09 16:08:14 +0100
committerGravatar shtlrs <[email protected]>2023-03-09 16:08:14 +0100
commitcc6b90cccb4637a1b8fcb05f058811caaadfd28e (patch)
tree733b70f6e147da9b3214b5831a3136c3b6c47ad3
parentMerge pull request #2457 from shtlrs/fix-env-var-mappings-in-botstrap (diff)
add the botstrap dependency group
-rw-r--r--pyproject.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 227ea4303..6729adfe3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -50,6 +50,11 @@ 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"]