mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Support both debian's and pypi's python-magic libraries, which are different...
This commit is contained in:
parent
9fb006b567
commit
8e40b59c00
2 changed files with 9 additions and 4 deletions
1
setup.py
1
setup.py
|
@ -19,6 +19,7 @@ setup(name='FDroidServer',
|
|||
'fdroid-icon.png']),
|
||||
],
|
||||
install_requires=[
|
||||
'python-magic',
|
||||
'PIL',
|
||||
],
|
||||
classifiers=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue