fix: use srctools instead of vtf2img for vtf files (#1014)

This commit is contained in:
Travis Abendshien
2025-08-06 18:34:12 -07:00
committed by GitHub
parent 89fc8a7280
commit 77cfa697fc
2 changed files with 15 additions and 21 deletions

View File

@@ -25,11 +25,11 @@ dependencies = [
"rawpy~=0.24",
"Send2Trash~=1.8",
"SQLAlchemy~=2.0",
"srctools~=2.6",
"structlog~=25.3",
"toml~=0.10",
"typing_extensions~=4.13",
"ujson~=5.10",
"vtf2img~=0.1",
]
[project.optional-dependencies]