mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
set required minimum ruamel.yaml version
This commit is contained in:
parent
fc070ee657
commit
54963506a0
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -38,7 +38,7 @@ setup(name='fdroidserver',
|
|||
'pyasn1-modules',
|
||||
'python-vagrant',
|
||||
'PyYAML',
|
||||
'ruamel.yaml',
|
||||
'ruamel.yaml >= 0.13',
|
||||
'requests < 2.11',
|
||||
'docker-py == 1.9.0',
|
||||
],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue