chiark / gitweb /
add ruamel.yaml to setup.py
authorMichael Pöhn <michael.poehn@fsfe.org>
Mon, 1 May 2017 20:40:14 +0000 (22:40 +0200)
committerMichael Pöhn <michael.poehn@fsfe.org>
Tue, 4 Jul 2017 09:51:08 +0000 (11:51 +0200)
setup.py

index 18661e95b11261e97786f64811ecf619d1ae12a1..00e3755f37d15414fee9a5a7b6c76606e0734049 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -38,6 +38,7 @@ setup(name='fdroidserver',
           'pyasn1-modules',
           'python-vagrant',
           'PyYAML',
+          'ruamel.yaml',
           'requests < 2.11',
           'docker-py == 1.9.0',
       ],