From 34dfe09746c848b350cf8455239b5d1d99bfd92d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BC=8D=E5=B2=B3?= Date: Sun, 5 May 2019 10:51:39 +0800 Subject: [PATCH] add tornado==5.1.1 fix flower issue --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index dd0a46c..8706839 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,4 +10,5 @@ Pillow==5.1.0 uwsgi==2.0.15 redis==2.10.6 flower==0.9.2 +tornado==5.1.1 # https://github.com/darklow/django-suit/tarball/v2 \ No newline at end of file