From b3d0e918919cb0e51e614852919525a0c0e95b29 Mon Sep 17 00:00:00 2001 From: rahul lakhanpal Date: Sat, 28 Jul 2018 00:58:49 +0530 Subject: [PATCH] added cython to prevent breaking thriftpy on python3.7 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index d5c49e9..ee4fa01 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,6 @@ # beautifulsoup4 # django +cython django-appconf # django-compressor django-environ