21 lines
378 B
TOML
21 lines
378 B
TOML
|
[tool.poetry]
|
||
|
name = "personal"
|
||
|
version = "0.1.0"
|
||
|
description = ""
|
||
|
authors = ["Correl Roush <correl@gmail.com>"]
|
||
|
package-mode = false
|
||
|
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.12"
|
||
|
pandas = "^2.2.2"
|
||
|
matplotlib = "^3.9.1"
|
||
|
|
||
|
[tool.poetry.group.dev.dependencies]
|
||
|
black = "^24.4.2"
|
||
|
mypy = "^1.11.0"
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core"]
|
||
|
build-backend = "poetry.core.masonry.api"
|