androguard v3.3.0 and v3.3.1 are missing key API methods

This commit is contained in:
Hans-Christoph Steiner 2019-01-27 22:58:46 +01:00
parent 217e6a7c30
commit 282a3e0e1d

View file

@ -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',