diff --git a/deps-top.txt b/deps-top.txt index a542821..b90a5dc 100644 --- a/deps-top.txt +++ b/deps-top.txt @@ -32,3 +32,4 @@ click==7.0 # 命令行工具 google-cloud-storage==1.33.0 pipdeptree==2.13.2 # 將pip包 freeze成樹狀txt 方便查看 ruff +asgiref==3.7.2 diff --git a/requirements.txt b/requirements.txt index 5a2c455..7141575 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,5 @@ +asgiref==3.7.2 + typing_extensions==4.10.0 Flask-APIKit==0.0.7 Flask==1.1.0 Click==7.0