install pyinstaller

This commit is contained in:
Waylon Walker 2023-06-14 20:31:26 -05:00
parent ad27cd8e9d
commit 7cf376021c
No known key found for this signature in database
GPG key ID: 66E2BF2B4190EFE4

View file

@ -31,6 +31,7 @@ dependencies = [
'black',
'alembic',
'pygame',
'pyinstaller',
"pyflyby",
"anyconfig",
"copier",
@ -89,6 +90,7 @@ format = "black learn_sql_model"
format-check = "black --check learn_sql_model"
fix_ruff = "ruff --fix learn_sql_model"
fix = ['format', 'fix_ruff']
build = "pyinstaller --onefile --name learn_sql_model --clean --noconsole learn_sql_model/game/game.py"
build-docs = "markata build"
lint-test = [
"lint",