mirror of
https://github.com/shizand/statapp.git
synced 2024-12-23 20:22:58 +03:00
1d76b7cb76
🤖 I have created a release *beep* *boop* --- ## [0.4.1](https://github.com/shizand/statapp/compare/v0.4.0...v0.4.1) (2023-10-03) ### Исправления * исправлена ошибка "Все кнопки заблокированы" ([#63](https://github.com/shizand/statapp/issues/63)) ([60f479e
](60f479ea7d
)), closes [#62](https://github.com/shizand/statapp/issues/62) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
22 lines
387 B
TOML
22 lines
387 B
TOML
[tool.poetry]
|
|
name = "statapp"
|
|
version = "0.4.1"
|
|
description = ""
|
|
authors = [
|
|
"Maxim Slipenko <statapp@maks1ms.addy.io>"
|
|
]
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
# windows 7 support
|
|
python = ">=3.8,<3.9"
|
|
pre-commit = "^3.4.0"
|
|
pyinstaller = "^6.0.0"
|
|
pandas = "^2.0"
|
|
pyside2 = "^5.15.2.1"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|