[Python-modules-commits] [python-docker] 03/05: Unpin dependencies so newer versions satisfy them appropriately

Ondřej Nový onovy at moszumanska.debian.org
Fri Oct 7 21:31:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

onovy pushed a commit to branch master
in repository python-docker.

commit 8eddee114f94f380e67231ff532825f0fe5acbb9
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
---
 requirements.txt      |  8 ++++----
 test-requirements.txt | 10 +++++-----
 2 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 1e52846..4695b65 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,6 +1,6 @@
-requests==2.5.3
+requests>=2.5.3
 six>=1.4.0
-websocket-client==0.32.0
+websocket-client>=0.32.0
 backports.ssl_match_hostname>=3.5 ; python_version < '3.5'
-ipaddress==1.0.16 ; python_version < '3.3'
-docker-pycreds==0.2.1
\ No newline at end of file
+ipaddress>=1.0.16 ; python_version < '3.3'
+docker-pycreds>=0.2.1
diff --git a/test-requirements.txt b/test-requirements.txt
index 460db10..9f9eb50 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -1,5 +1,5 @@
-mock==1.0.1
-pytest==2.9.1
-coverage==3.7.1
-pytest-cov==2.1.0
-flake8==2.4.1
+mock>=1.0.1
+pytest>=2.9.1
+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