2022-07-25 21:02:06 +08:00
|
|
|
[tool.poetry]
|
|
|
|
name = "testactiontasks"
|
|
|
|
version = "0.1.0"
|
|
|
|
description = ""
|
|
|
|
authors = ["Your Name <you@example.com>"]
|
|
|
|
|
|
|
|
[tool.poetry.dependencies]
|
2024-08-14 03:03:23 +08:00
|
|
|
python = ">=3.8,<3.13"
|
2022-07-25 21:02:06 +08:00
|
|
|
flake8 = "^4.0.1"
|
2024-08-14 03:03:23 +08:00
|
|
|
pyinstaller = "5.13.1"
|
|
|
|
|
2022-07-25 21:02:06 +08:00
|
|
|
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
|
|
|
|
[build-system]
|
|
|
|
requires = ["poetry-core>=1.0.0"]
|
2024-08-14 03:03:23 +08:00
|
|
|
build-backend = "poetry.core.masonry.api"
|