feat: EDC 服务 — Python/uvloop 实现,UDP/TCP 异步网络服务

This commit is contained in:
wangfq
2026-05-27 10:23:15 +08:00
commit a10d176f68
11 changed files with 1076 additions and 0 deletions

2
requirements.txt Normal file
View File

@@ -0,0 +1,2 @@
uvloop>=0.19.0
aiomysql>=0.2.0