Skip to content

Commit

Permalink
Update py4web.win.spec
Browse files Browse the repository at this point in the history
  • Loading branch information
nicozanf authored Oct 10, 2024
1 parent 796cdb6 commit 5c4d862
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions py4web.win.spec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ a = Analysis(['py4web.py'],
datas=[],
hiddenimports=['cgitb', 'click', 'cryptography', 'http.cookies', 'json', 'jwt', 'numbers', 'ombott', 'pkg_resources.py2_warn', 'pluralize',
'portalocker', 'pydal', 'pydal.restapi',
'pydal.tools', 'pydal.tools.tags', 'renoir', 'requests', 'rocket3', 'threadsafevariable', 'tornado', 'yatl', 'uuid',
'pydal.tools', 'pydal.tools.scheduler', 'pydal.tools.tags', 'renoir', 'requests', 'rocket3', 'threadsafevariable', 'tornado', 'yatl', 'uuid',
'aifc', 'asynchat', 'asyncore', 'binhex', 'chunk', 'collections.abc', 'colorama', 'colorsys', 'compileall', 'cProfile',
'crypt', 'Crypto', 'Crypto.Cipher.AES', 'curses.ascii',
'curses.panel', 'curses.textpad', 'dataclasses', 'dateutil',
Expand Down Expand Up @@ -48,4 +48,4 @@ coll = COLLECT(exe,
strip=False,
upx=True,
upx_exclude=[],
name='py4web')
name='py4web')

0 comments on commit 5c4d862

Please sign in to comment.