diff --git a/edge-test/requirements.txt b/edge-test/requirements.txt index 287a9d2..04b5335 100644 --- a/edge-test/requirements.txt +++ b/edge-test/requirements.txt @@ -1,5 +1,7 @@ # 순수 Python 패키지만. 네이티브 빌드 의존성 없음. +# (uvicorn[standard] 는 uvloop/httptools/watchfiles 같은 C 확장을 끌고 +# 오므로 의도적으로 plain uvicorn 만 사용.) edge-tts>=6.1.0 fastapi>=0.110 -uvicorn[standard]>=0.27 +uvicorn>=0.27 pydantic>=2.0