1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-11-13 18:40:12 +01:00

Merge branch 'mr/update_docker-py' into 'master'

setup.py: unstick docker-py and requests dependencies

See merge request !318
This commit is contained in:
Hans-Christoph Steiner 2017-08-31 12:48:18 +00:00
commit 781f00f211

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