mirror of
https://github.com/arkorty/B.Tech-Project-III.git
synced 2026-04-19 12:41:48 +00:00
init
This commit is contained in:
52
negot8/requirements.txt
Normal file
52
negot8/requirements.txt
Normal 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
|
||||
Reference in New Issue
Block a user