Initial ThreatLens release

This commit is contained in:
2026-06-27 21:24:57 -04:00
commit d96e326d4d
27 changed files with 3059 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
# ──────────────────────────────────────────────────────────────
# 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