mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
androguard v3.3.0 and v3.3.1 are missing key API methods
This commit is contained in:
parent
217e6a7c30
commit
282a3e0e1d
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -67,7 +67,7 @@ setup(name='fdroidserver',
|
|||
'babel',
|
||||
],
|
||||
install_requires=[
|
||||
'androguard >= 3.1.0rc2, < 3.3.0',
|
||||
'androguard >= 3.1.0rc2, != 3.3.0, != 3.3.1',
|
||||
'clint',
|
||||
'defusedxml',
|
||||
'GitPython',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue