1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-10-02 09:10:11 +02:00

setup.py: unstick docker-py and requests dependencies

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.
This commit is contained in:
Marcus Hoffmann 2017-08-17 01:47:06 +02:00
parent 1955e2f153
commit fb87751ef2

View File

@ -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',