-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathrequirements.txt
More file actions
33 lines (25 loc) · 587 Bytes
/
requirements.txt
File metadata and controls
33 lines (25 loc) · 587 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# PyFundaments Core Dependencies (always needed)
asyncpg
python-dotenv
passlib
cryptography
# MCP Hub Dependencies (needed for app/mcp.py)
fastmcp
httpx
quart
# Additional dependencies for specific app types:
# Uncomment what your application needs
# File operations (ML, data processing, file uploads)
#aiofiles
# Web applications (Flask-based apps, APIs)
#Flask[async]
# HTTP client operations (API calls, webhooks)
requests
# Discord bots
#discord.py
#PyNaCl
# Alternative PostgreSQL driver (if not using asyncpg)
#psycopg2-binary
# Production web server
# waitress
hypercorn