Move httpx from dev group to main

This commit is contained in:
2023-01-29 02:41:24 +01:00
parent bc00be6f71
commit e972fc2b6d
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@ -390,7 +390,7 @@ files = [
name = "httpcore"
version = "0.16.3"
description = "A minimal low-level HTTP client."
category = "dev"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
@ -466,7 +466,7 @@ test = ["Cython (>=0.29.24,<0.30.0)"]
name = "httpx"
version = "0.23.3"
description = "The next generation HTTP client."
category = "dev"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
@ -1117,7 +1117,7 @@ use-chardet-on-py3 = ["chardet (>=3.0.2,<6)"]
name = "rfc3986"
version = "1.5.0"
description = "Validating URI References per RFC 3986"
category = "dev"
category = "main"
optional = false
python-versions = "*"
files = [
@ -1518,4 +1518,4 @@ dev = ["black (>=19.3b0)", "pytest (>=4.6.2)"]
[metadata]
lock-version = "2.0"
python-versions = "^3.10"
content-hash = "8765787703b3beb1d45f7799b8a1b6a0cc5955e18a505831749727b5e6bf0d0c"
content-hash = "1b7bf1d4111e5188b43d7f72056a9778a1bda790fedfb0556e3c5461cd73ff95"

View File

@ -19,10 +19,10 @@ tomlkit = "^0.11.6"
loguru = "^0.6.0"
beautifulsoup4 = "^4.11.1"
lxml = "^4.9.2"
httpx = "^0.23.3"
[tool.poetry.group.dev.dependencies]
pytest = "^7.2.0"
httpx = "^0.23.3"
djlint = "^1.19.12"
[build-system]