no androguard, you dont need matplotlib

This commit is contained in:
Jean-Marie Mineau 2025-04-08 12:04:56 +02:00
parent dc740dcf5c
commit 2e0c9e7833
Signed by: histausse
GPG key ID: B66AEEDA9B645AD2
6 changed files with 33 additions and 500 deletions

16
matplotlib/pyproject.toml Normal file
View 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"