We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cce98f5 commit 33030e8Copy full SHA for 33030e8
requirements.txt
@@ -40,3 +40,7 @@ aiohttp==3.8.5 # Asynchronous HTTP client/server framework
40
41
# Data serialization and messaging
42
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