From 872661a180def7eb320ec6a555e704c6f8d2cecf Mon Sep 17 00:00:00 2001 From: Wang Guan Date: Mon, 18 Mar 2024 02:27:25 +0900 Subject: [PATCH] install asgiref --- deps-top.txt | 1 + requirements.txt | 2 ++ 2 files changed, 3 insertions(+) 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