androguard v3.3.2 is also missing key API methods

This commit is contained in:
Hans-Christoph Steiner 2019-01-27 23:11:22 +01:00
parent 282a3e0e1d
commit 877fb04e24

View file

@ -67,7 +67,7 @@ setup(name='fdroidserver',
'babel',
],
install_requires=[
'androguard >= 3.1.0rc2, != 3.3.0, != 3.3.1',
'androguard >= 3.1.0rc2, != 3.3.0, != 3.3.1, != 3.3.2',
'clint',
'defusedxml',
'GitPython',