claude_sms_test

This commit is contained in:
jianqi
2026-09-18 16:53:21 +08:00
commit b9311bdb1e
46 changed files with 4225 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
fastapi==0.141.1
uvicorn==0.52.4
sqlalchemy==2.0.52
pymysql==1.2.0
pydantic==2.13.5
# MySQL 8 默认使用 caching_sha2_password 认证,pymysql 需要 cryptography 才能连接
cryptography>=42.0.0