Skip to content

Commit 33030e8

Browse files
authored
Update requirements.txt
1 parent cce98f5 commit 33030e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

requirements.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,7 @@ aiohttp==3.8.5 # Asynchronous HTTP client/server framework
4040

4141
# Data serialization and messaging
4242
protobuf==4.25.0 # Protocol Buffers for data serialization
43+
44+
# Additional libraries for enhanced performance and functionality
45+
fastapi==0.103.0 # FastAPI framework for building APIs with Python 3.6+ based on standard Python type hints
46+
uvicorn==0.23.0 # ASGI server for running FastAPI applications

0 commit comments

Comments
 (0)