File size: 615 Bytes
3060aa0
 
 
 
 
 
 
 
 
8c1cb70
e3b0257
 
 
 
 
 
 
3060aa0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e3b0257
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
hypercorn

# Internal SQLite IPC (needed for app/db_sync.py)
aiosqlite    

# HTTP client operations (API calls, webhooks)
requests

# 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]

# Discord bots
#discord.py
#PyNaCl

# Alternative PostgreSQL driver (if not using asyncpg)
#psycopg2-binary