no androguard, you dont need matplotlib
This commit is contained in:
parent
dc740dcf5c
commit
2e0c9e7833
6 changed files with 33 additions and 500 deletions
7
matplotlib/README.md
Normal file
7
matplotlib/README.md
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
# Dummy matplot lib
|
||||
|
||||
|
||||
Because, as of april 2025:
|
||||
|
||||
- androguard depend on matplotlib for feature that really should be optionnal
|
||||
- poetry decided that the 7 years old issue about managing sub-dependency is not there problem: https://github.com/python-poetry/poetry/issues/697
|
||||
0
matplotlib/matplotlib/__init__.py
Normal file
0
matplotlib/matplotlib/__init__.py
Normal file
16
matplotlib/pyproject.toml
Normal file
16
matplotlib/pyproject.toml
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
[project]
|
||||
name = "matplotlib"
|
||||
version = "0.1.0"
|
||||
description = ""
|
||||
authors = [
|
||||
{name = "Jean-Marie Mineau",email = "jean-marie.mineau@inria.fr"}
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
]
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
0
matplotlib/tests/__init__.py
Normal file
0
matplotlib/tests/__init__.py
Normal file
Loading…
Add table
Add a link
Reference in a new issue