From 9b8bae501b29ae238754afcdcbf8116186f33264 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 30 Nov 2016 11:19:28 -0500 Subject: [PATCH] Fixes #677: Add cffi as an explicit dependency to avoid setuptools error on Debian --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 40b0b707f..a7fef0b9b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +cffi>=1.8 cryptography==1.4 Django==1.10 django-debug-toolbar==1.4