mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03: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:
parent
1955e2f153
commit
fb87751ef2
1 changed files with 2 additions and 2 deletions
4
setup.py
4
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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue