Fixes #677: Add cffi as an explicit dependency to avoid setuptools error on Debian
This commit is contained in:
parent
9ea3383fde
commit
9b8bae501b
|
|
@ -1,3 +1,4 @@
|
|||
cffi>=1.8
|
||||
cryptography==1.4
|
||||
Django==1.10
|
||||
django-debug-toolbar==1.4
|
||||
|
|
|
|||
Loading…
Reference in New Issue