diff --git a/setup.py b/setup.py index 30f2d37b..1e2bc8fa 100755 --- a/setup.py +++ b/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',