mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
setup.py: ruamel.yaml >= 0.15 required for yml rewrites
This commit is contained in:
parent
39e4e05c9f
commit
004e2c8f26
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -82,7 +82,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',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue