chiark / gitweb /
setup.py: unstick docker-py and requests dependencies
authorMarcus Hoffmann <bubuiic@aol.com>
Wed, 16 Aug 2017 23:47:06 +0000 (01:47 +0200)
committerMarcus Hoffmann <bubuiic@aol.com>
Wed, 16 Aug 2017 23:53:49 +0000 (01:53 +0200)
docker-py 1.10.6 is the last version released under docker-py, after that it
will be just docker, but has breaking changes, see:
https://github.com/docker/docker-py/releases/tag/2.0.0

Update the list of allowed versions of requests to docker-py master.

setup.py

index 12e2476b00ac2448c1d510a1e96465796706cb55..6ee8c3a8b60dbe19eaabd5424820e1032589f765 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -41,8 +41,8 @@ setup(name='fdroidserver',
           'python-vagrant',
           'PyYAML',
           'ruamel.yaml >= 0.13',
-          'requests < 2.11',
-          'docker-py == 1.9.0',
+          'requests >= 2.5.2, != 2.11.0, != 2.12.2, != 2.18.0',
+          'docker-py >= 1.9, < 2.0',
       ],
       classifiers=[
           'Development Status :: 4 - Beta',