Skip to content

Commit

Permalink
➕(api) add missing httpx dependency for production
Browse files Browse the repository at this point in the history
httpx is required in production! We did not notice as `pytest-httpx`
installs `httpx` in a development environment.
  • Loading branch information
jmaupetit committed Apr 5, 2024
1 parent 81d3069 commit 35304ac
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ name = "pypi"
alembic = "==1.13.1"
email-validator = "==2.1.1"
fastapi = "==0.110.1"
httpx = "==0.27.0"
psycopg2-binary = "==2.9.9"
pydantic-settings = "==2.2.1"
python-jose = {extras = ["cryptography"], version = "==3.3.0"}
Expand Down
28 changes: 27 additions & 1 deletion src/api/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 35304ac

Please sign in to comment.