diff options
author | 2023-03-09 16:08:14 +0100 | |
---|---|---|
committer | 2023-03-09 16:08:14 +0100 | |
commit | cc6b90cccb4637a1b8fcb05f058811caaadfd28e (patch) | |
tree | 733b70f6e147da9b3214b5831a3136c3b6c47ad3 | |
parent | Merge pull request #2457 from shtlrs/fix-env-var-mappings-in-botstrap (diff) |
add the botstrap dependency group
-rw-r--r-- | pyproject.toml | 5 |
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"] |