[Python-modules-commits] [python-docker] 02/05: Unpin dependencies so newer versions satisfy them appropriately
Ondřej Nový
onovy-guest at moszumanska.debian.org
Wed Mar 23 06:29:04 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy-guest pushed a commit to branch master
in repository python-docker.
commit 91cb802b9ddffb1351959b1c3797adc525595ea5
Author: Tianon Gravi <tianon at debian.org>
Date: Sun Nov 8 10:36:49 2015 -0800
Unpin dependencies so newer versions satisfy them appropriately
Forwarded: https://github.com/dotcloud/docker-py/issues/101 (upstream has no interest)
Patch-Name: requirements.patch
---
docker_py.egg-info/requires.txt | 4 ++--
requirements.txt | 4 ++--
setup.py | 4 ++--
test-requirements.txt | 10 +++++-----
4 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/docker_py.egg-info/requires.txt b/docker_py.egg-info/requires.txt
index 43cfa6a..aa5b97e 100644
--- a/docker_py.egg-info/requires.txt
+++ b/docker_py.egg-info/requires.txt
@@ -1,3 +1,3 @@
-requests >= 2.5.2
+requests >= 2.5.3
six >= 1.4.0
-websocket-client >= 0.32.0
+websocket-client >= 0.18.0
diff --git a/requirements.txt b/requirements.txt
index 72c255d..cd79880 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,3 +1,3 @@
-requests==2.5.3
+requests>=2.5.3
six>=1.4.0
-websocket-client==0.32.0
+websocket-client>=0.18.0
diff --git a/setup.py b/setup.py
index 6d86163..f2af6b9 100644
--- a/setup.py
+++ b/setup.py
@@ -7,9 +7,9 @@ ROOT_DIR = os.path.dirname(__file__)
SOURCE_DIR = os.path.join(ROOT_DIR)
requirements = [
- 'requests >= 2.5.2',
+ 'requests >= 2.5.3',
'six >= 1.4.0',
- 'websocket-client >= 0.32.0',
+ 'websocket-client >= 0.18.0',
]
exec(open('docker/version.py').read())
diff --git a/test-requirements.txt b/test-requirements.txt
index be49988..45b2b38 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,5 +1,5 @@
-mock==1.0.1
-pytest==2.7.2
-coverage==3.7.1
-pytest-cov==2.1.0
-flake8==2.4.1
\ No newline at end of file
+mock>=1.0.1
+pytest>=2.7.2
+coverage>=3.7.1
+pytest-cov>=2.1.0
+flake8>=2.4.1
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-docker.git
More information about the Python-modules-commits
mailing list