statapp/pyproject.toml
github-actions[bot] fb24389d61
chore(main): release 0.2.0 (#19)
🤖 I have created a release *beep* *boop*
---


## [0.2.0](https://github.com/shizand/statapp/compare/v0.1.0...v0.2.0)
(2023-09-28)


### Новые функции

* добавлена генерация данных
([#13](https://github.com/shizand/statapp/issues/13))
([bdcc2cd](bdcc2cdfe2))


### Исправления

* добавлена поддержка Windows 7
([#18](https://github.com/shizand/statapp/issues/18))
([fe37f33](fe37f33d84))
* добавлена поддержка x86
([179e328](179e3286a2))

---
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>
2023-09-28 10:34:37 +03:00

22 lines
387 B
TOML

[tool.poetry]
name = "statapp"
version = "0.2.0"
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"