17 lines
275 B
TOML
17 lines
275 B
TOML
[project]
|
|
name = "thechart"
|
|
version = "1.0.1"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.13"
|
|
dependencies = [
|
|
"dotenv>=0.9.9",
|
|
"matplotlib>=3.10.3",
|
|
"tk>=0.1.0",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = [
|
|
"pre-commit>=4.2.0",
|
|
]
|