Update py-vapid requirements (now that it's been proofed for gcm)

This commit is contained in:
jrconlin 2017-05-23 15:02:55 -07:00
parent 5e8ff2bb29
commit ccc500464c
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
cryptography==1.8.1
http-ece==1.0.1
requests==2.13.0
py-vapid==1.2.2
py-vapid==1.2.3

View File

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