Merge pull request #106 from web-push-libs/update

chore: Update requirements
This commit is contained in:
JR Conlin 2019-03-17 16:23:31 -07:00 committed by GitHub
commit 585b88e58f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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):