Skip to content

Commit eace20e

Browse files
committed
chore requirements version check
closes #56
1 parent 7fd84b6 commit eace20e

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
cryptography==1.8.1
2-
http-ece==1.0.1
3-
requests==2.13.0
4-
py-vapid==1.2.3
2+
http-ece>=1.0.1
3+
requests>=2.13.0
4+
py-vapid>=1.2.3

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
from setuptools import find_packages, setup
55

6-
__version__ = "1.0.2"
6+
__version__ = "1.0.3"
77

88

99
def read_from(file):

test-requirements.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
-r requirements.txt
22
nose>=1.3.7
3-
coverage>=4.4
4-
mock==2.0.0
5-
flake8
3+
coverage>=4.4.1
4+
mock>=2.0.0
5+
flake8>=3.3.0

0 commit comments

Comments
 (0)