Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
|
@@ -8,6 +8,13 @@ cryptography
|
|
| 8 |
fastmcp
|
| 9 |
httpx
|
| 10 |
quart
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
|
| 12 |
# Additional dependencies for specific app types:
|
| 13 |
# Uncomment what your application needs
|
|
@@ -18,16 +25,9 @@ quart
|
|
| 18 |
# Web applications (Flask-based apps, APIs)
|
| 19 |
#Flask[async]
|
| 20 |
|
| 21 |
-
# HTTP client operations (API calls, webhooks)
|
| 22 |
-
requests
|
| 23 |
-
|
| 24 |
# Discord bots
|
| 25 |
#discord.py
|
| 26 |
#PyNaCl
|
| 27 |
|
| 28 |
# Alternative PostgreSQL driver (if not using asyncpg)
|
| 29 |
-
#psycopg2-binary
|
| 30 |
-
|
| 31 |
-
# Production web server
|
| 32 |
-
# waitress
|
| 33 |
-
hypercorn
|
|
|
|
| 8 |
fastmcp
|
| 9 |
httpx
|
| 10 |
quart
|
| 11 |
+
hypercorn
|
| 12 |
+
|
| 13 |
+
# Internal SQLite IPC (needed for app/db_sync.py)
|
| 14 |
+
aiosqlite
|
| 15 |
+
|
| 16 |
+
# HTTP client operations (API calls, webhooks)
|
| 17 |
+
requests
|
| 18 |
|
| 19 |
# Additional dependencies for specific app types:
|
| 20 |
# Uncomment what your application needs
|
|
|
|
| 25 |
# Web applications (Flask-based apps, APIs)
|
| 26 |
#Flask[async]
|
| 27 |
|
|
|
|
|
|
|
|
|
|
| 28 |
# Discord bots
|
| 29 |
#discord.py
|
| 30 |
#PyNaCl
|
| 31 |
|
| 32 |
# Alternative PostgreSQL driver (if not using asyncpg)
|
| 33 |
+
#psycopg2-binary
|
|
|
|
|
|
|
|
|
|
|
|