Move httpx from dev group to main

This commit is contained in:
Joakim Hellsén 2023-01-29 02:41:24 +01:00
commit e972fc2b6d
No known key found for this signature in database
GPG key ID: C889E6DC5EDBB36D
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]