first commit
This commit is contained in:
46
requirements.txt
Normal file
46
requirements.txt
Normal file
@@ -0,0 +1,46 @@
|
||||
# 核心依赖
|
||||
sqlalchemy>=2.0.0
|
||||
requests>=2.31.0
|
||||
numpy>=1.24.0
|
||||
scikit-learn>=1.3.0
|
||||
|
||||
# 数据库驱动
|
||||
pymysql>=1.1.0
|
||||
cryptography>=3.4.0
|
||||
flask>=2.0.0
|
||||
flask-cors>=3.0.0
|
||||
websockets>=10.0
|
||||
|
||||
# 中文处理
|
||||
jieba>=0.42.1
|
||||
|
||||
# 系统监控
|
||||
psutil>=5.9.0
|
||||
|
||||
# 数据处理
|
||||
pandas>=2.0.0
|
||||
|
||||
# 向量化
|
||||
sentence-transformers>=2.2.0
|
||||
|
||||
# 日志和配置
|
||||
python-dotenv>=1.0.0
|
||||
|
||||
# 时间处理
|
||||
python-dateutil>=2.8.0
|
||||
|
||||
# JSON处理
|
||||
ujson>=5.8.0
|
||||
|
||||
# 异步支持(可选)
|
||||
aiohttp>=3.8.0
|
||||
asyncio>=3.4.3
|
||||
|
||||
# 测试框架
|
||||
pytest>=7.4.0
|
||||
pytest-asyncio>=0.21.0
|
||||
|
||||
# 代码质量
|
||||
black>=23.0.0
|
||||
flake8>=6.0.0
|
||||
mypy>=1.5.0
|
||||
Reference in New Issue
Block a user