requirements-local.txt 1.22 KB
# Pure-local runtime dependencies for BettaFish web startup on developer machines.
# This file intentionally targets the main web/API workflow and excludes heavy
# research/training dependencies that are not required to boot the local site.

# ===== Core web stack =====
flask==2.3.3
flask-socketio==5.3.6
streamlit==1.45.1
python-socketio==5.8.0
eventlet==0.33.3

# ===== HTTP and async =====
requests==2.31.0
httpx==0.28.1
socksio==1.0.0
aiofiles==23.2.1
aiohttp>=3.8.0
PySocks>=1.7.1

# ===== LLM and search =====
openai>=1.3.0
tavily-python>=0.3.0

# ===== Data processing =====
pandas>=2.0.0
numpy>=1.24.0
regex>=2023.8.8
jieba==0.42.1

# ===== Databases =====
pymysql==1.1.0
aiomysql==0.2.0
aiosqlite==0.21.0
motor>=3.3.0
redis>=4.6.0
SQLAlchemy==2.0.35
psycopg[binary]>=3.1.0
cryptography==42.0.7

# ===== Crawler and browser automation =====
playwright==1.45.0
Pillow>=10.0.0,<12
opencv-python>=4.8.0
beautifulsoup4>=4.12.0
lxml>=4.9.0
parsel==1.9.1
pyexecjs==1.5.1
xhshow>=0.1.3

# ===== Reporting/runtime helpers =====
plotly>=5.17.0
typer>=0.9.0
python-dotenv>=1.0.0
python-dateutil>=2.8.2
pytz>=2023.3
tqdm>=4.65.0
tenacity==8.2.2
loguru>=0.7.0
pydantic>=2.11,<3
pydantic-settings>=2.8,<3
json-repair==0.53.0
fastapi==0.110.2
uvicorn==0.29.0