diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 6 |
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" |