mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 22:42:29 +03:00
Remove python-magic pip dep to avoid magic modules confusion
We use the one from the 'file' package, not the standalone one found on PIP.
This commit is contained in:
parent
b752aff8ed
commit
9fb006b567
1 changed files with 0 additions and 1 deletions
1
setup.py
1
setup.py
|
@ -19,7 +19,6 @@ setup(name='FDroidServer',
|
|||
'fdroid-icon.png']),
|
||||
],
|
||||
install_requires=[
|
||||
'python-magic',
|
||||
'PIL',
|
||||
],
|
||||
classifiers=[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue