8 lines
689 B
Plaintext
Executable File
8 lines
689 B
Plaintext
Executable File
# ──────────────────────────────────────────────────────────────
|
|
# RepoRadar — Python dependencies
|
|
# ──────────────────────────────────────────────────────────────
|
|
nextcord>=2.6.0 # Modern Discord API wrapper (modals, slash, views)
|
|
aiohttp>=3.9.0 # Async HTTP client for git server APIs
|
|
aiosqlite>=0.20.0 # Async SQLite for config, watches, drops + votes
|
|
python-dotenv>=1.0.1 # Load secrets from .env
|