fix: add httpx to requirements for PR environment seeding

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
chihlasm
2026-02-19 08:03:55 -05:00
parent 30ab5a5907
commit 0e8ca66831

View File

@@ -28,6 +28,9 @@ stripe==14.3.0
# Email
resend==2.21.0
# HTTP client (seed scripts, internal API calls)
httpx>=0.27.0
# Utilities
python-dotenv==1.0.1
croniter>=2.0.0