summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorTianon Gravi <tianon@debian.org>2015-11-08 10:36:49 -0800
committerFelipe Sateler <fsateler@debian.org>2018-10-10 10:05:22 -0300
commit62ce398a1d4a18672b061c007e89587b0e34e3c2 (patch)
tree1cb3989e4882d5bd2cf6e3c870c647fe10e70d61 /requirements.txt
parentedb60e73705e587fbeca9cf7e59721fb243a2a66 (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
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt36
1 files changed, 18 insertions, 18 deletions
diff --git a/requirements.txt b/requirements.txt
index 6c5e7d0..7d0afbe 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,18 +1,18 @@
-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.3.0
-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
-pypiwin32==219; sys_platform == 'win32' and python_version < '3.6'
-pypiwin32==220; sys_platform == 'win32' and python_version >= '3.6'
-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.3.0
+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
+pypiwin32>=219; sys_platform == 'win32' and python_version < '3.6'
+pypiwin32>=220; sys_platform == 'win32' and python_version >= '3.6'
+requests>=2.14.2
+six>=1.10.0
+websocket-client>=0.40.0