mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-26 12:31:52 -05:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user