chore: promote httpx from dev to regular dependency

This commit is contained in:
counterweight 2025-12-22 15:41:40 +01:00
parent 20f7af7ffd
commit 0957d88785
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

View file

@ -12,13 +12,13 @@ dependencies = [
"email-validator>=2.0.0", "email-validator>=2.0.0",
"bech32>=1.2.0", "bech32>=1.2.0",
"pgqueuer>=0.14.0", "pgqueuer>=0.14.0",
"httpx>=0.28.1",
] ]
[dependency-groups] [dependency-groups]
dev = [ dev = [
"pytest>=8.3.4", "pytest>=8.3.4",
"pytest-asyncio>=0.25.0", "pytest-asyncio>=0.25.0",
"httpx>=0.28.1",
"aiosqlite>=0.20.0", "aiosqlite>=0.20.0",
"mypy>=1.13.0", "mypy>=1.13.0",
"ruff>=0.14.10", "ruff>=0.14.10",