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

add ruamel.yaml to setup.py

This commit is contained in:
Michael Pöhn 2017-05-01 22:40:14 +02:00
parent 735b7d0f33
commit c46dec925e

View File

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