mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-14 15:02:51 +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']),
|
'fdroid-icon.png']),
|
||||||
],
|
],
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'python-magic',
|
|
||||||
'PIL',
|
'PIL',
|
||||||
],
|
],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue