diff --git a/.env b/.env index 074ec1bf..e749845e 100644 --- a/.env +++ b/.env @@ -1,6 +1,8 @@ SERVER_HOST=0.0.0.0 SERVER_PORT=8000 -DEBUG=True +# 분석(WF1) 실행 중 .py 저장 시 uvicorn 자동 리로드가 백그라운드 분석을 죽이므로 False 유지. +# 개발 중 자동 리로드가 필요할 때만 일시적으로 True로 변경할 것. +DEBUG=False ENVIRONMENT=development DB_HOST=dsm.chemifactory.com diff --git a/requirements.txt b/requirements.txt index 6269631d..5b4e82fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -40,7 +40,7 @@ python-multipart==0.0.6 rasterio==1.3.9 ruff>=0.12,<1 scikit-image==0.26.0 -scipy==1.13.1 +scipy==1.16.3 setuptools==83.0.0 shapely==2.0.6 six==1.17.0