From 282a3e0e1d17a76564c316f78627f8da99bc74f5 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 27 Jan 2019 22:58:46 +0100 Subject: [PATCH] androguard v3.3.0 and v3.3.1 are missing key API methods --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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',