This commit is contained in:
2026-04-05 00:43:23 +05:30
commit 8be37d3e92
425 changed files with 101853 additions and 0 deletions

52
negot8/requirements.txt Normal file
View File

@@ -0,0 +1,52 @@
# negoT8 — Python backend dependencies
# Generated from venv on 2026-03-01
#
# Install with:
# python3 -m venv venv
# source venv/bin/activate # macOS / Linux
# venv\Scripts\activate # Windows
# pip install -r requirements.txt
# ── Telegram Bot ──────────────────────────────────────────────────────────────
python-telegram-bot==22.5
# ── Web / API ─────────────────────────────────────────────────────────────────
fastapi==0.128.8
uvicorn==0.39.0
starlette==0.49.3
python-socketio==5.16.1
python-engineio==4.13.1
httpx==0.28.1
requests==2.32.5
aiohttp==3.13.3
# ── Database ──────────────────────────────────────────────────────────────────
aiosqlite==0.22.1
# ── AI / Gemini ───────────────────────────────────────────────────────────────
google-generativeai==0.8.6
google-api-python-client==2.190.0
google-auth==2.48.0
google-auth-httplib2==0.3.0
# ── Blockchain / Web3 ─────────────────────────────────────────────────────────
web3==7.14.1
eth-account==0.13.7
# ── Voice / ElevenLabs ────────────────────────────────────────────────────────
elevenlabs==2.37.0
# ── Search ────────────────────────────────────────────────────────────────────
tavily-python==0.7.22
# ── Scheduling ────────────────────────────────────────────────────────────────
APScheduler==3.11.2
# ── PDF Generation ────────────────────────────────────────────────────────────
fpdf2==2.8.3
# ── Utilities ────────────────────────────────────────────────────────────────
python-dotenv==1.2.1
pydantic==2.12.5
tiktoken==0.12.0
aiolimiter==1.2.1