Skip to content

Commit a10b801

Browse files
committed
lib self dep
1 parent 7a4a01e commit a10b801

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ authors = [{ name = "Gabriel Røer", email = "NorgeSkiFollo@gmail.com" }]
1212
requires-python = ">=3.8"
1313
dependencies = [
1414
"matplotlib>=3.10.6,<3.11",
15-
"PyYAML>=6.0.2,<7.0"
15+
"PyYAML>=6.0.2,<7.0",
16+
"GabrielsPythonToolBox"
1617
]
1718

1819
[project.optional-dependencies]
@@ -32,7 +33,7 @@ exclude = ["tests*", "docs*"]
3233

3334
[tool.black]
3435
line-length = 88
35-
target-version = ["py38", "py39", "py310", "py311", "py312"]
36+
target-version = ["py314"]
3637

3738
[tool.isort]
3839
profile = "black"

0 commit comments

Comments
 (0)