From e8709021a4c0fbbeaaf2d60b5b532c34a6c11645 Mon Sep 17 00:00:00 2001 From: jrconlin Date: Wed, 7 Jun 2017 08:52:10 -0700 Subject: [PATCH] bug: baseline to cryptography 1.8.2 closes #58 --- requirements.txt | 4 ++-- setup.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index c47e38b..eb76a81 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cryptography==1.8.2 +cryptography>=1.8.1,<1.10 http-ece>=1.0.1 requests>=2.13.0 -py-vapid>=1.2.4 +py-vapid>=1.2.5 diff --git a/setup.py b/setup.py index 42ff695..420954f 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import os from setuptools import find_packages, setup -__version__ = "1.0.4" +__version__ = "1.0.5" def read_from(file):