10 lines
191 B
TOML
10 lines
191 B
TOML
[project]
|
|
name = "makeGraph"
|
|
version = "0.1.12"
|
|
description = "A custom python Matplotlib wrapper"
|
|
readme = "README.md"
|
|
requires-python = ">=3.8"
|
|
dependencies = [
|
|
"matplotlib>=3.10.1",
|
|
]
|