Pin to a specific version of cffi

Version 1.11.1 seems to be
[broken](https://bitbucket.org/cffi/cffi/issues?status=new&status=open)

It's pulled in because of [Flask-bcrypt](https://github.com/alphagov/notifications-api/blob/master/requirements.txt#L4)
which [depends on bcrypt](https://github.com/maxcountryman/flask-bcrypt/blob/master/setup.py#L33) which
[asks for a version of cffi >= 1.1](https://github.com/pyca/bcrypt/blob/master/setup.py#L12)
This commit is contained in:
Athanasios Voutsadakis
2017-10-04 10:58:22 +01:00
parent 3ad0a43409
commit c362bd06b0

View File

@@ -1,4 +1,5 @@
boto3==1.4.7
cffi==1.11.0
celery==3.1.25 # pyup: <4
docopt==0.6.2
Flask-Bcrypt==0.7.1