Build lightweight AI agent admin
This commit is contained in:
@@ -0,0 +1,49 @@
|
||||
fastapi==0.121.1
|
||||
uvicorn==0.24.0
|
||||
sqlalchemy==2.0.23
|
||||
pydantic==2.5.2
|
||||
pydantic-settings==2.1.0
|
||||
aiosqlite==0.19.0
|
||||
aiomysql==0.2.0
|
||||
asyncpg==0.29.0
|
||||
aioodbc==0.5.0
|
||||
oracledb==4.0.1
|
||||
pyodbc==5.3.0
|
||||
alembic==1.13.0
|
||||
greenlet==3.0.2
|
||||
python-dotenv==1.0.0
|
||||
nanoid==2.0.0
|
||||
openpyxl==3.1.2
|
||||
python-multipart==0.0.19
|
||||
redis==5.0.1
|
||||
bcrypt==4.2.1
|
||||
python-jose[cryptography]==3.3.0
|
||||
apscheduler==4.0.0a6
|
||||
httpx==0.27.0
|
||||
minio==7.2.16
|
||||
# DingTalk Stream Mode
|
||||
dingtalk-stream>=0.24.0
|
||||
psutil==7.2.1
|
||||
websockets==15.0.1
|
||||
# AI
|
||||
openai==2.9.0
|
||||
qdrant-client==1.12.1
|
||||
anthropic==0.75.0
|
||||
dashscope
|
||||
sqlparse==0.5.0
|
||||
# Snowflake Cortex 节点依赖
|
||||
snowflake-connector-python>=3.0.0
|
||||
pypdf
|
||||
python-docx
|
||||
python-pptx
|
||||
# Email
|
||||
aiosmtplib==3.0.2
|
||||
# Document Generator
|
||||
weasyprint==68.1
|
||||
PyPDF2==3.0.1
|
||||
qrcode==7.4.2
|
||||
python-barcode==0.15.1
|
||||
Pillow>=10.0.0
|
||||
Jinja2==3.1.2
|
||||
reportlab==4.0.7
|
||||
dingtalk-stream==0.24.3
|
||||
Reference in New Issue
Block a user