From da017a592b78f0b7d4c56c4f45322a9818650ae4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Per=20Osb=C3=A4ck?= Date: Sat, 3 Jun 2017 11:11:56 +0200 Subject: [PATCH] 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 --- requirements.txt | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 828e170..c47e38b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index fd06dae..42ff695 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import os from setuptools import find_packages, setup -__version__ = "1.0.3" +__version__ = "1.0.4" def read_from(file):