Skip to content

Commit 47cf263

Browse files
make looser requirements
1 parent a0a8c60 commit 47cf263

File tree

2 files changed

+24
-24
lines changed

2 files changed

+24
-24
lines changed

requirements.pip

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
coverage==4.3.4
2-
detox==0.10.0
3-
docutils==0.13.1
4-
mock==2.0.0
5-
nose==1.3.7
6-
python-coveralls==2.9.0
7-
responses==0.5.1
1+
coverage~=4.3.4
2+
detox~=0.10.0
3+
docutils~=0.13.1
4+
mock~=2.0.0
5+
nose~=1.3.7
6+
python-coveralls~=2.9.0
7+
responses~=0.5.1
88
requests~=2.13.0
9-
six==1.10.0
10-
Sphinx==1.5.3
11-
sphinx-rtd-theme==0.2.4
12-
tox==2.6.0
13-
virtualenv==15.1.0
14-
watchdog==0.8.3
15-
wheel==0.24.0
9+
six>=1.10.0
10+
Sphinx~=1.5.3
11+
sphinx-rtd-theme~=0.2.4
12+
tox~=2.6.0
13+
virtualenv~=15.1.0
14+
watchdog~=0.8.3
15+
wheel>=0.24.0

setup.py

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,18 @@
77

88
version = open('wiremock/VERSION', 'r').readline().strip()
99
develop_requires = [
10-
'Sphinx==1.5.3',
11-
'coverage==4.3.4',
12-
'detox==0.10.0',
13-
'mock==2.0.0',
14-
'nose==1.3.7',
15-
'python-coveralls==2.9.0',
16-
'responses==0.5.1',
10+
'Sphinx~=1.5.3',
11+
'coverage~=4.3.4',
12+
'detox~=0.10.0',
13+
'mock~=2.0.0',
14+
'nose~=1.3.7',
15+
'python-coveralls~=2.9.0',
16+
'responses~=0.5.1',
1717
'requests~=2.13.0',
1818
'six>=1.10.0',
19-
'sphinx-rtd-theme==0.2.4',
20-
'tox==2.6.0',
21-
'watchdog==0.8.3',
19+
'sphinx-rtd-theme~=0.2.4',
20+
'tox~=2.6.0',
21+
'watchdog~=0.8.3',
2222
'wheel>=0.24.0']
2323

2424
long_desc = """

0 commit comments

Comments
 (0)