mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
port to androguard >= 4 and drop support for older than 3.3.3
This also makes androguard a hard requirement, which has been true for a while anyway. So the code that handles androguard as an optional requirement is removed. androguard from Debian/buster is new enough, so this does not seem like it will cause any problems.
This commit is contained in:
parent
cdc7c98707
commit
7a144a4762
5 changed files with 30 additions and 35 deletions
2
setup.py
2
setup.py
|
@ -92,7 +92,7 @@ setup(
|
|||
],
|
||||
install_requires=[
|
||||
'appdirs',
|
||||
'androguard >= 3.1.0, != 3.3.0, != 3.3.1, != 3.3.2, <4',
|
||||
'androguard >= 3.3.3',
|
||||
'clint',
|
||||
'defusedxml',
|
||||
'GitPython',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue