mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-04 22:40:29 +03:00
use pyyaml for writing metadata instead of ruamel
This commit is contained in:
parent
81f1bcf752
commit
63afc0acb5
5 changed files with 270 additions and 166 deletions
1
setup.py
1
setup.py
|
|
@ -80,7 +80,6 @@ setup(name='fdroidserver',
|
|||
'python-vagrant',
|
||||
'PyYAML',
|
||||
'qrcode',
|
||||
'ruamel.yaml >= 0.13',
|
||||
'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