From 7436ed532375ef614e43894f64035b9eb42b19c0 Mon Sep 17 00:00:00 2001 From: vapao Date: Sun, 9 May 2021 23:49:10 +0800 Subject: [PATCH] F fix issue --- spug_api/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/spug_api/requirements.txt b/spug_api/requirements.txt index fbb1a83..fc94c4b 100644 --- a/spug_api/requirements.txt +++ b/spug_api/requirements.txt @@ -1,5 +1,6 @@ apscheduler==3.6.3 -Django==2.2.20 +asgiref==3.2.10 +Django==2.2.22 channels==2.3.1 channels_redis==2.4.1 paramiko==2.7.2