statapp/pyproject.toml

23 lines
401 B
TOML
Raw Normal View History

2023-09-24 11:15:54 +03:00
[tool.poetry]
name = "statapp"
version = "0.4.2"
2023-09-24 11:15:54 +03:00
description = ""
authors = [
"Maxim Slipenko <statapp@maks1ms.addy.io>"
]
readme = "README.md"
[tool.poetry.dependencies]
# windows 7 support
python = ">=3.8,<3.9"
2023-09-26 11:02:47 +03:00
pre-commit = "^3.4.0"
pyinstaller = "^6.0.0"
pandas = "^2.0"
pyside2 = "^5.15.2.1"
2023-10-04 08:42:16 +03:00
pylint = "^2"
2023-09-24 11:15:54 +03:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"