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

set required minimum ruamel.yaml version

This commit is contained in:
Michael Pöhn 2017-05-16 10:29:32 +02:00
parent fc070ee657
commit 54963506a0

View File

@ -38,7 +38,7 @@ setup(name='fdroidserver',
'pyasn1-modules',
'python-vagrant',
'PyYAML',
'ruamel.yaml',
'ruamel.yaml >= 0.13',
'requests < 2.11',
'docker-py == 1.9.0',
],