summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTianon Gravi <tianon@debian.org>2015-11-08 10:36:49 -0800
committerFelipe Sateler <fsateler@debian.org>2017-11-05 11:00:09 -0300
commit926b85b8326e6cf4f8729cd9225f0dd6411c9f0a (patch)
tree07f682bd3652ea90afab3f6875c4c1d906303137
parentfd64c2248fb9e88dfaaed97ac090cfece1f3fb1b (diff)
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 Gbp-Pq: Name requirements.patch
-rw-r--r--requirements.txt32
-rw-r--r--test-requirements.txt10
2 files changed, 21 insertions, 21 deletions
diff --git a/requirements.txt b/requirements.txt
index f3c61e7..0e013c8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,16 +1,16 @@
-appdirs==1.4.3
-asn1crypto==0.22.0
-backports.ssl-match-hostname==3.5.0.1
-cffi==1.10.0
-cryptography==1.9
-docker-pycreds==0.2.1
-enum34==1.1.6
-idna==2.5
-ipaddress==1.0.18
-packaging==16.8
-pycparser==2.17
-pyOpenSSL==17.0.0
-pyparsing==2.2.0
-requests==2.14.2
-six==1.10.0
-websocket-client==0.40.0
+appdirs>=1.4.3
+asn1crypto>=0.22.0
+backports.ssl-match-hostname>=3.5.0.1
+cffi>=1.10.0
+cryptography>=1.9
+docker-pycreds>=0.2.1
+enum34>=1.1.6
+idna>=2.5
+ipaddress>=1.0.18
+packaging>=16.8
+pycparser>=2.17
+pyOpenSSL>=17.0.0
+pyparsing>=2.2.0
+requests>=2.14.2
+six>=1.10.0
+websocket-client>=0.40.0
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