Skip to content

Commit

Permalink
Added uvicorn to requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sofagris committed Jul 16, 2023
1 parent cc2b2e0 commit ea0d138
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
uvicorn # ASGI server implementation, using uvloop and httptools

# Use hypercorn instead of uvicorn in the future
#hypercorn # ASGI server implementation, using hyper-h2 and h11
wheel # Wheel packaging format for Python

fastapi # Modern web framework for building APIs
bcrypt # Cryptographic library for password hashing
pydantic # Data validation and parsing library
Expand Down

0 comments on commit ea0d138

Please sign in to comment.