Skip to content

Commit

Permalink
use fastapi w/o uvicorn and new uvicorn[standard]
Browse files Browse the repository at this point in the history
this is required for it to stay working with the AWS ELB

encode/uvicorn#1199
encode/uvicorn#1332

but we're still waiting for `fastapi[all]` to use the newer uvicorn: fastapi/fastapi#4680
  • Loading branch information
Sam committed Apr 7, 2022
1 parent f813b78 commit 42fe4ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
alembic
celery
emails
fastapi[all]
fastapi
uvicorn[standard]
passlib[bcrypt]
python-dotenv
python-jose[cryptography]
Expand Down

0 comments on commit 42fe4ea

Please sign in to comment.