sync with androguard master

This commit is contained in:
ehrenb 2024-01-01 16:25:16 -05:00
commit 8504cd0013
4 changed files with 8 additions and 9 deletions

View File

@ -1,4 +1,4 @@
# The current version of Androguard
# Please use only this variable in any scripts,
# to keep the version number the same everywhere.
__version__ = "4.0.1"
__version__ = "4.0.2"

View File

@ -2,7 +2,7 @@
name = "androguard"
description = "Androguard is a full python tool to play with Android files."
authors = ["desnos <desnos@t0t0.fr>"]
version = "4.0.1"
version = "4.0.2"
license = "Apache Licence, Version 2.0"
readme = "README.md"
homepage = "https://github.com/androguard/androguard"
@ -12,7 +12,7 @@ packages = [
]
[tool.poetry.dependencies]
python = "^3.6"
python = "^3.9"
pygments = ">=2.3.1"
lxml = ">=4.3.0"
colorama = ">=0.4.1"

View File

@ -9,8 +9,8 @@ mutf8
dataset
frida
loguru
apkInspector>=1.1.7
apkInspector>=1.2.1
matplotlib
networkx
PyQt5
pyyaml
pyyaml

View File

@ -22,14 +22,13 @@ setup(
'console_scripts': [
'androguard = androguard.cli.cli:entry_point'] },
setup_requires=['setuptools'],
python_requires='>=3.6',
python_requires='>=3.9',
classifiers=[
'License :: OSI Approved :: Apache Software License',
'Programming Language :: Python',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.6',
'Programming Language :: Python :: 3.7',
'Programming Language :: Python :: 3.8',
'Programming Language :: Python :: 3.9',
'Programming Language :: Python :: 3.10',
'Programming Language :: Python :: 3 :: Only',
'Topic :: Security',
'Topic :: Software Development',