androguard 4 came out, and has breaking changes

This commit is contained in:
Hans-Christoph Steiner 2023-12-14 14:47:34 +01:00
parent 2d5770985f
commit 2f84ce36da

View file

@ -91,7 +91,7 @@ setup(
'babel', 'babel',
], ],
install_requires=[ install_requires=[
'androguard >= 3.1.0, != 3.3.0, != 3.3.1, != 3.3.2', 'androguard >= 3.1.0, != 3.3.0, != 3.3.1, != 3.3.2, <4',
'clint', 'clint',
'defusedxml', 'defusedxml',
'GitPython', 'GitPython',