Merge pull request #59 from web-push-libs/bug/58

bug: baseline to cryptography 1.8.2
This commit is contained in:
JR Conlin 2017-06-08 08:03:07 -07:00 committed by GitHub
commit 13c46a77ab
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

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