Skip to content

Commit

Permalink
Use srctools' merged library
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEnderek0 committed Oct 24, 2024
1 parent 685db3b commit ba596e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ srctools >= 2.3.15
trio >= 0.20.0
trio-typing >= 0.7.0
pyinstaller >= 6.1.0
versioningit >= 2.1.0
pysteampathprovider >= 1.3
versioningit >= 2.1.0
2 changes: 1 addition & 1 deletion src/hammeraddons/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
from .plugin import BUILTIN as BUILTIN_PLUGIN, PluginFinder, Source as PluginSource
from .props_config import Opt, Options

from pysteampathprovider import GetApp
from srctools.game_mount import GetApp

LOGGER = logger.get_logger(__name__)
CONF_NAME: Final = 'srctools.vdf'
Expand Down

0 comments on commit ba596e3

Please sign in to comment.