From 877fb04e24de5765562157be651f28813f288309 Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Sun, 27 Jan 2019 23:11:22 +0100 Subject: [PATCH] androguard v3.3.2 is also missing key API methods --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1e2bc8fa..f86fc03d 100755 --- a/setup.py +++ b/setup.py @@ -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',