mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
add yamllint to dependency lists
This commit is contained in:
parent
d24484a950
commit
270c55560b
2 changed files with 2 additions and 0 deletions
1
setup.py
1
setup.py
|
@ -86,6 +86,7 @@ setup(name='fdroidserver',
|
|||
'qrcode',
|
||||
'ruamel.yaml >= 0.15',
|
||||
'requests >= 2.5.2, != 2.11.0, != 2.12.2, != 2.18.0',
|
||||
'yamllint',
|
||||
],
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue