# Python项目依赖包
# 核心依赖 - Flask框架
Flask==2.3.3
Flask-SQLAlchemy==3.1.1
Flask-CORS==4.0.0
Flask-Migrate==4.0.5

# 数据库相关
SQLAlchemy==2.0.23
alembic==1.13.0
psycopg2-binary==2.9.9

# 工具库
python-dotenv==1.0.0
requests==2.31.0
pandas==2.1.4
numpy==1.25.2

# 开发工具
pytest==7.4.3
ruff==0.8.6
pyright==1.1.391

# 日志和配置
loguru==0.7.2
python-multipart==0.0.6

# 其他必要依赖
Werkzeug==2.3.7
Jinja2==3.1.2
MarkupSafe==2.1.3
itsdangerous==2.1.2
click==8.1.7
blinker==1.6.3