8 lines
679 B
Plaintext
Executable File
8 lines
679 B
Plaintext
Executable File
# ──────────────────────────────────────────────────────────────
|
|
# VulnForge — Python dependencies
|
|
# ──────────────────────────────────────────────────────────────
|
|
nextcord>=2.6.0 # Modern Discord API wrapper (modals, slash, views)
|
|
aiohttp>=3.9.0 # Async HTTP client for NVD / CISA feeds
|
|
aiosqlite>=0.20.0 # Async SQLite for config + user notes
|
|
python-dotenv>=1.0.1 # Load secrets from .env
|