31 lines
988 B
Plaintext
31 lines
988 B
Plaintext
aioredis==1.3.1
|
|
async-timeout>=4.0.0,<5.0.0
|
|
Django>=4.0.0
|
|
channels>=3.0.0
|
|
channels-redis>=3.4.0
|
|
celery>=5.3.0
|
|
django-celery-beat>=2.5.0
|
|
redis>=4.5.0
|
|
python-dateutil>=2.8.2
|
|
|
|
# 添加Web开发相关依赖
|
|
djangorestframework>=3.14.0
|
|
django-cors-headers>=4.0.0
|
|
djangorestframework_simplejwt>=5.0.0
|
|
|
|
# 添加数据库相关依赖
|
|
mysqlclient>=2.0.0
|
|
SQLAlchemy>=2.0.0
|
|
|
|
# 添加AI/NLP相关依赖
|
|
langchain>=0.3.0
|
|
langchain-openai>=0.3.0
|
|
openai>=1.0.0
|
|
|
|
# 添加工具和辅助库
|
|
requests>=2.28.0
|
|
python-dotenv>=1.0.0
|
|
Pillow>=10.0.0
|
|
pandas>=2.0.0
|
|
numpy>=1.23.0
|