mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
add html5print as test dependency
This commit is contained in:
parent
022d73b3b6
commit
d5a90ed60e
1 changed files with 4 additions and 1 deletions
5
setup.py
5
setup.py
|
@ -88,7 +88,10 @@ setup(name='fdroidserver',
|
|||
'yamllint',
|
||||
],
|
||||
extras_require={
|
||||
'test': ['pyjks'],
|
||||
'test': [
|
||||
'pyjks',
|
||||
'html5print'
|
||||
],
|
||||
},
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue