statapp/pyproject.toml

28 lines
640 B
TOML
Raw Permalink Normal View History

2023-09-24 11:15:54 +03:00
[tool.poetry]
name = "statapp"
version = "0.10.1"
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"
pyside2 = "^5.15.2.1"
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"
sympy = "^1.12"
matplotlib = "^3.7.0"
pillow = "9.5"
2023-09-24 11:15:54 +03:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"