mirror of
https://github.com/shizand/statapp.git
synced 2024-12-23 20:22:58 +03:00
20 lines
338 B
TOML
20 lines
338 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"
|
||
|
pandas = "^2.1.1"
|
||
|
numpy = "^1.26.0"
|
||
|
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core"]
|
||
|
build-backend = "poetry.core.masonry.api"
|