2023-09-24 11:15:54 +03:00
|
|
|
[tool.poetry]
|
|
|
|
name = "statapp"
|
2024-02-12 16:46:13 +03:00
|
|
|
version = "0.12.2"
|
2023-09-24 11:15:54 +03:00
|
|
|
description = ""
|
|
|
|
authors = [
|
|
|
|
"Maxim Slipenko <statapp@maks1ms.addy.io>"
|
|
|
|
]
|
|
|
|
readme = "README.md"
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2023-09-27 10:20:56 +03:00
|
|
|
# windows 7 support
|
|
|
|
python = ">=3.8,<3.9"
|
2023-09-26 11:02:47 +03:00
|
|
|
pre-commit = "^3.4.0"
|
2023-09-26 21:17:23 +03:00
|
|
|
pyinstaller = "^6.0.0"
|
2023-09-27 10:20:56 +03:00
|
|
|
pyside2 = "^5.15.2.1"
|
2023-10-05 21:28:11 +03:00
|
|
|
pandas = { version = "^2", markers = "python_version < '3.9'" }
|
|
|
|
pylint = { version = "^2", markers = "python_version < '3.9'" }
|
|
|
|
# scipy = { version = "^1", markers = "python_version < '3.9'" }
|
|
|
|
# openpyxl = "^3.1.2"
|
2023-10-20 13:26:49 +03:00
|
|
|
sympy = "^1.12"
|
|
|
|
matplotlib = "^3.7.0"
|
2023-10-20 13:47:45 +03:00
|
|
|
pillow = "9.5"
|
2023-09-24 11:15:54 +03:00
|
|
|
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core"]
|
|
|
|
build-backend = "poetry.core.masonry.api"
|