use cryptography==1.8.2

Fixed a compilation bug affecting OpenSSL 1.1.0f.
Use py-vapid to 1.2.4 which uses cryptography==1.8.2
This commit is contained in:
Per Osbäck 2017-06-03 11:11:56 +02:00
parent 3a9c907a7e
commit da017a592b
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
cryptography==1.8.1
cryptography==1.8.2
http-ece>=1.0.1
requests>=2.13.0
py-vapid>=1.2.3
py-vapid>=1.2.4

View File

@ -3,7 +3,7 @@ import os
from setuptools import find_packages, setup
__version__ = "1.0.3"
__version__ = "1.0.4"
def read_from(file):