Update the cryptography dependency to 1.2.3

This fixes the `conflicting types for 'BIO_new_mem_buf'` error when running with a recent openssl version, e.g. under Alpine Linux. See https://github.com/pyca/cryptography/issues/2750
This commit is contained in:
Roderik van der Veer 2016-04-03 10:18:44 +02:00
parent 955fd86a7f
commit dca2750407

View File

@ -71,7 +71,7 @@ setup(
'rethinkdb==2.2.0.post4',
'pysha3==0.3',
'pytz==2015.7',
'cryptography==1.2.1',
'cryptography==1.2.3',
'statsd==3.2.1',
'python-rapidjson==0.0.6',
'logstats==0.2.1',