Update FastAPI to include standard extras
Browse files🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- api_requirements.txt +1 -1
api_requirements.txt
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
google-genai
|
2 |
pandas
|
3 |
|
4 |
-
fastapi
|
5 |
uvicorn
|
6 |
python-dotenv
|
7 |
|
|
|
1 |
google-genai
|
2 |
pandas
|
3 |
|
4 |
+
fastapi[standard]
|
5 |
uvicorn
|
6 |
python-dotenv
|
7 |
|