Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -2
requirements.txt
CHANGED
|
@@ -7,6 +7,7 @@ cryptography
|
|
| 7 |
# MCP Hub Dependencies (needed for app/mcp.py)
|
| 8 |
fastmcp
|
| 9 |
httpx
|
|
|
|
| 10 |
|
| 11 |
# Additional dependencies for specific app types:
|
| 12 |
# Uncomment what your application needs
|
|
@@ -18,7 +19,7 @@ httpx
|
|
| 18 |
#Flask[async]
|
| 19 |
|
| 20 |
# HTTP client operations (API calls, webhooks)
|
| 21 |
-
|
| 22 |
|
| 23 |
# Discord bots
|
| 24 |
#discord.py
|
|
@@ -28,4 +29,4 @@ httpx
|
|
| 28 |
#psycopg2-binary
|
| 29 |
|
| 30 |
# Production web server
|
| 31 |
-
|
|
|
|
| 7 |
# MCP Hub Dependencies (needed for app/mcp.py)
|
| 8 |
fastmcp
|
| 9 |
httpx
|
| 10 |
+
quart
|
| 11 |
|
| 12 |
# Additional dependencies for specific app types:
|
| 13 |
# Uncomment what your application needs
|
|
|
|
| 19 |
#Flask[async]
|
| 20 |
|
| 21 |
# HTTP client operations (API calls, webhooks)
|
| 22 |
+
requests
|
| 23 |
|
| 24 |
# Discord bots
|
| 25 |
#discord.py
|
|
|
|
| 29 |
#psycopg2-binary
|
| 30 |
|
| 31 |
# Production web server
|
| 32 |
+
waitress
|