diff options
author | 2023-03-09 16:29:22 +0100 | |
---|---|---|
committer | 2023-03-09 16:29:22 +0100 | |
commit | bca2c120e699df9ba33c2164c8c6aa02471f43f0 (patch) | |
tree | 91b162f637a2210825df2e3c230c71a73ea7710c | |
parent | relock dependencies (diff) |
move httpx to the dev dependency group
-rw-r--r-- | poetry.lock | 2 | ||||
-rw-r--r-- | pyproject.toml | 6 |
2 files changed, 2 insertions, 6 deletions
diff --git a/poetry.lock b/poetry.lock index 95a0dd48a..5f90384ab 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2494,4 +2494,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "3.10.*" -content-hash = "f1d23712464bcae5882bb3b044116f75b4e400fcac03fc9c7bc990dedfcb14b1" +content-hash = "e8487c5583b62d24dd7dda6b45b5bd8d6405d2e5ba55fef3c23a08ac965f2ab6" 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" |