chore: Update requirements

This commit is contained in:
jrconlin 2019-03-17 16:12:04 -07:00
parent f6f2b4e986
commit 5ebfff6f99
No known key found for this signature in database
GPG Key ID: 91B7F708D9FC4D84
2 changed files with 5 additions and 5 deletions

View File

@ -1,4 +1,4 @@
cryptography>=1.8.1
http-ece>=1.0.1
requests>=2.13.0
py-vapid>=1.3.0
cryptography>=2.6.1
http-ece>=1.1.0
requests>=2.21.0
py-vapid>=1.4.0

View File

@ -4,7 +4,7 @@ import os
from setuptools import find_packages, setup
__version__ = "1.9.0"
__version__ = "1.9.1"
def read_from(file):