Initial release — PySide6 app for automatic GOG offline installer management

This commit is contained in:
2026-04-09 13:15:26 +02:00
parent bbedaf7eb4
commit f22dc64041
27 changed files with 4324 additions and 1 deletions

View File

@@ -1,12 +1,17 @@
[project]
name = "gogupdater"
version = "0.1.0"
version = "1.0.0"
description = ""
authors = [
{name = "Jan Doubravský",email = "jan.doubravsky@gmail.com"}
]
requires-python = ">=3.14,<3.15"
dependencies = [
"pyside6 (>=6.11.0,<7.0.0)",
"loguru (>=0.7.3,<0.8.0)",
"python-dotenv (>=1.2.2,<2.0.0)",
"requests (>=2.33.0,<3.0.0)",
"tqdm (>=4.67.3,<5.0.0)"
]
[tool.poetry]
@@ -15,3 +20,12 @@ package-mode = false
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[dependency-groups]
dev = [
"ruff (>=0.15.7,<0.16.0)",
"mypy (>=1.19.1,<2.0.0)",
"pytest (>=9.0.2,<10.0.0)",
"pytest-mock (>=3.15.1,<4.0.0)",
"types-requests (>=2.32.4.20260324,<3.0.0.0)"
]