chore: 更新 requirements.txt — 精简为仅含直接依赖

edc_server: aiomysql + uvloop(移除 cffi/cryptography/pycparser/PyMySQL)
edc-web:   flask + flask-login + pymysql(增加版本约束)
This commit is contained in:
wangfq
2026-06-01 08:34:44 +08:00
parent 00ec02eb9e
commit b67de6e9de
2 changed files with 4 additions and 3 deletions

View File

@@ -1,2 +1,3 @@
flask>=3.0 flask>=3.1.0
pymysql>=1.1 flask-login>=0.6.0
pymysql>=1.2.0