GUI rework to Qt6
This commit is contained in:
@@ -1,24 +1,26 @@
|
||||
[tool.poetry]
|
||||
[project]
|
||||
name = "tagger"
|
||||
version = "1.0.4"
|
||||
description = "Universal file tagging utility"
|
||||
authors = ["Jan Doubravský <jan.doubravsky@gmail.com>"]
|
||||
version = "1.1.0"
|
||||
description = ""
|
||||
authors = [
|
||||
{name = "Jan Doubravský",email = "jan.doubravsky@gmail.com"}
|
||||
]
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.13,<3.15"
|
||||
dependencies = [
|
||||
"pillow (>=12.1.0,<13.0.0)",
|
||||
"requests (>=2.32.5,<3.0.0)",
|
||||
"beautifulsoup4 (>=4.14.3,<5.0.0)",
|
||||
"pyside6 (>=6.10.1,<7.0.0)"
|
||||
]
|
||||
|
||||
[tool.poetry]
|
||||
package-mode = false
|
||||
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.12"
|
||||
pillow = "^12.0.0"
|
||||
requests = "^2.32.5"
|
||||
beautifulsoup4 = "^4.14.3"
|
||||
|
||||
|
||||
[tool.poetry.group.dev.dependencies]
|
||||
pytest = "^9.0.2"
|
||||
pyinstaller = "^6.18.0"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user