Skip to content

Commit

Permalink
add model, add hiddenimport for requests (windows.exe)
Browse files Browse the repository at this point in the history
  • Loading branch information
haverland committed Aug 29, 2022
1 parent 187e0e4 commit 0d62869
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions collectmeteranalog.spec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ a = Analysis(
['collectmeteranalog/__main__.py'],
pathex=[],
binaries=[],
datas=[],
hiddenimports=[],
datas=[('collectmeteranalog/models/*.tflite', 'models')],
hiddenimports=['requests'],
hookspath=[],
runtime_hooks=[],
excludes=[],
Expand Down

0 comments on commit 0d62869

Please sign in to comment.