From 6db9ba8334fe7fd082fbb87b806bb1968517167b Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 14 May 2018 13:17:49 +0200 Subject: [PATCH] androguard >= 3.1.0 is in pypi, so add it to install_requires --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 5094497c..e9ef1b7e 100755 --- a/setup.py +++ b/setup.py @@ -82,6 +82,7 @@ setup(name='fdroidserver', 'babel', ], install_requires=[ + 'androguard >= 3.1.0rc2', 'clint', 'GitPython', 'mwclient',