aboutsummaryrefslogtreecommitdiff
path: root/libs/basic_games/pyproject.toml
diff options
context:
space:
mode:
authorSulfurNitride <lukew19@proton.me>2026-05-16 12:56:34 -0500
committerGitHub <noreply@github.com>2026-05-16 12:56:34 -0500
commitfa0579c7f5703aba9669f7f41900c67e9759fca0 (patch)
treef68c7674a3d433d6f9233ad9520a41a634c6bad7 /libs/basic_games/pyproject.toml
parent95a7f6bc85ec5695388def1ccfd785a631d3958b (diff)
parenta09fb2fbefba58faa0b50eb15dd46945ca288294 (diff)
Merge pull request #78 from saghm/larian-formats
Replace LsLib via proton with native larian-formats Python package
Diffstat (limited to 'libs/basic_games/pyproject.toml')
-rw-r--r--libs/basic_games/pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/basic_games/pyproject.toml b/libs/basic_games/pyproject.toml
index 89778ca..f95c470 100644
--- a/libs/basic_games/pyproject.toml
+++ b/libs/basic_games/pyproject.toml
@@ -16,6 +16,7 @@ package-mode = false
[tool.poetry.dependencies]
psutil = "^5.8.0"
vdf = "3.4"
+larian-formats = "0.8.1"
lzokay = "1.1.5"
pyqt6 = "6.7.0"
pyyaml = "^6.0.2"