1
0
mirror of https://gitlab.com/fdroid/fdroidserver.git synced 2024-07-02 07:20:37 +02:00

androguard v3.3.2 is also missing key API methods

This commit is contained in:
Hans-Christoph Steiner 2019-01-27 23:11:22 +01:00
parent 282a3e0e1d
commit 877fb04e24

View File

@ -67,7 +67,7 @@ setup(name='fdroidserver',
'babel', 'babel',
], ],
install_requires=[ 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', 'clint',
'defusedxml', 'defusedxml',
'GitPython', 'GitPython',