2026-01-24 07:50:19 +01:00
|
|
|
[project]
|
2025-12-23 10:41:53 +01:00
|
|
|
name = "tagger"
|
2026-04-09 18:04:37 +02:00
|
|
|
version = "1.2.0"
|
2026-01-24 07:50:19 +01:00
|
|
|
description = ""
|
|
|
|
|
authors = [
|
|
|
|
|
{name = "Jan Doubravský",email = "jan.doubravsky@gmail.com"}
|
|
|
|
|
]
|
2025-12-23 10:41:53 +01:00
|
|
|
readme = "README.md"
|
2026-04-09 18:04:37 +02:00
|
|
|
requires-python = ">=3.14,<3.15"
|
2026-01-24 07:50:19 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"requests (>=2.32.5,<3.0.0)",
|
|
|
|
|
"beautifulsoup4 (>=4.14.3,<5.0.0)",
|
2026-04-09 18:04:37 +02:00
|
|
|
"pyside6 (>=6.10.1,<7.0.0)",
|
|
|
|
|
"loguru (>=0.7.3,<0.8.0)",
|
|
|
|
|
"python-dotenv (>=1.2.2,<2.0.0)"
|
2026-01-24 07:50:19 +01:00
|
|
|
]
|
2025-12-23 10:41:53 +01:00
|
|
|
|
2026-01-24 07:50:19 +01:00
|
|
|
[tool.poetry]
|
|
|
|
|
package-mode = false
|
2025-12-23 10:41:53 +01:00
|
|
|
|
|
|
|
|
[tool.poetry.group.dev.dependencies]
|
|
|
|
|
pytest = "^9.0.2"
|
2026-01-24 07:50:19 +01:00
|
|
|
pyinstaller = "^6.18.0"
|
2025-12-23 10:41:53 +01:00
|
|
|
|
|
|
|
|
[build-system]
|
2026-01-24 07:50:19 +01:00
|
|
|
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
2025-12-23 10:41:53 +01:00
|
|
|
build-backend = "poetry.core.masonry.api"
|