mirror of
https://github.com/shizand/statapp.git
synced 2024-12-23 20:22:58 +03:00
21 lines
362 B
TOML
21 lines
362 B
TOML
[tool.poetry]
|
|
name = "statapp"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = [
|
|
"Maxim Slipenko <statapp@maks1ms.addy.io>"
|
|
]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = ">=3.9,<3.12"
|
|
pyside6 = "^6.4.0"
|
|
pandas = "^2.1.1"
|
|
numpy = "^1.26.0"
|
|
pre-commit = "^3.4.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|