Skip to content

Commit

Permalink
Require pysteampathprovider package
Browse files Browse the repository at this point in the history
  • Loading branch information
TheEnderek0 committed Oct 19, 2024
1 parent b3c2623 commit a5d46a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion postcompiler.spec
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ a = Analysis(
'bisect', 'colorsys', 'collections', 'csv', 'datetime', 'contextlib',
'decimal', 'difflib', 'enum', 'fractions', 'functools',
'io', 'itertools', 'json', 'math', 'random', 're',
'statistics', 'string', 'struct',
'statistics', 'string', 'struct', 'pysteampathprovider',
*collect_submodules('srctools', filter=lambda name: 'scripts' not in name),
*collect_submodules('attr'),
*collect_submodules('attrs'),
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ trio >= 0.20.0
trio-typing >= 0.7.0
pyinstaller >= 6.1.0
versioningit >= 2.1.0
pysteampathprovider >= 1.3

0 comments on commit a5d46a1

Please sign in to comment.