setup.py: ruamel.yaml >= 0.15 required for yml rewrites

This commit is contained in:
Hans-Christoph Steiner 2019-08-21 14:40:41 +02:00
parent ce54dbfc11
commit fbdecbceb7
No known key found for this signature in database
GPG Key ID: 3E177817BA1B9BFA
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ setup(name='fdroidserver',
'python-vagrant',
'PyYAML',
'qrcode',
'ruamel.yaml >= 0.13',
'ruamel.yaml >= 0.15',
'requests >= 2.5.2, != 2.11.0, != 2.12.2, != 2.18.0',
'docker-py >= 1.9, < 2.0',
],