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

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]