chore requirements version check

closes #56
This commit is contained in:
jr conlin 2017-05-26 10:31:04 -07:00
parent 6a6e26872e
commit 3a9c907a7e
3 changed files with 7 additions and 7 deletions

View File

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

View File

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

View File

@ -1,5 +1,5 @@
-r requirements.txt
nose>=1.3.7
coverage>=4.4
mock==2.0.0
flake8
coverage>=4.4.1
mock>=2.0.0
flake8>=3.3.0