Files
school-meal/school-meal.spec
T
Chunyu d7553520ce feat: 现代化翻页组件 + 完整项目更新
- 新增 Pagination 通用组件:首页/上一页/页码/下一页/末页导航
- PickModal 和 SwapModal 集成分页功能,每页20项
- 搜索/筛选切换自动回到第1页
- 现代化CSS样式:hover浮起动效、主色高亮、移动端适配
- 新增 dashboard、admin 管理模板
- 菜系(cuisine)模型和迁移
- 构建脚本 build.py 支持 PyInstaller 打包
- 前端资源重新构建
2026-08-28 13:44:21 +08:00

367 lines
23 KiB
RPMSpec

# -*- mode: python ; coding: utf-8 -*-
# Auto-generated by build.py
block_cipher = None
a = Analysis(
[r'C:/Users/12914/Desktop/school-meal/desktop.py'],
pathex=[r'C:/Users/12914/Desktop/school-meal', r'C:/Users/12914/Desktop/school-meal/backend'],
binaries=[],
datas=[
(r'C:\Users\12914\Desktop\school-meal\backend\static', r'backend/static'),
(r'C:\Users\12914\Desktop\school-meal\backend\templates', r'backend/templates'),
(r'C:\Users\12914\Desktop\school-meal\backend\meals\migrations', r'backend/meals/migrations'),
(r'C:\Users\12914\Desktop\school-meal\backend\config', r'backend/config'),
(r'C:\Users\12914\Desktop\school-meal\backend\meals\management', r'backend/meals/management'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\admin\js\cancel.js', r'static\admin\js'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\admin\js\popup_response.js', r'static\admin\js'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\jazzmin\css\main.css', r'static\jazzmin\css'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\jazzmin\css\main.css.backup', r'static\jazzmin\css'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\jazzmin\img\calendar-icons.svg', r'static\jazzmin\img'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\jazzmin\img\default-log.svg', r'static\jazzmin\img'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\jazzmin\img\default.jpg', r'static\jazzmin\img'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\jazzmin\img\icon-calendar.svg', r'static\jazzmin\img'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\jazzmin\img\icon-changelink.svg', r'static\jazzmin\img'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\jazzmin\img\selector-icons.svg', r'static\jazzmin\img'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\jazzmin\js\change_form.js', r'static\jazzmin\js'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\jazzmin\js\change_list.js', r'static\jazzmin\js'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\jazzmin\js\main.js', r'static\jazzmin\js'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\jazzmin\js\related-modal.js', r'static\jazzmin\js'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\jazzmin\js\ui-builder.js', r'static\jazzmin\js'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\jazzmin\plugins\bootstrap-show-modal\bootstrap-show-modal.min.js', r'static\jazzmin\plugins\bootstrap-show-modal'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\adminlte\css\adminlte.min.css', r'static\vendor\adminlte\css'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\adminlte\css\adminlte.min.css.map', r'static\vendor\adminlte\css'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\adminlte\img\AdminLTELogo.png', r'static\vendor\adminlte\img'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\adminlte\img\icons.png', r'static\vendor\adminlte\img'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\adminlte\img\user2-160x160.jpg', r'static\vendor\adminlte\img'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\adminlte\js\adminlte.min.js', r'static\vendor\adminlte\js'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\adminlte\js\adminlte.min.js.map', r'static\vendor\adminlte\js'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootstrap\js\bootstrap.bundle.min.js', r'static\vendor\bootstrap\js'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootstrap\js\bootstrap.bundle.min.js.map', r'static\vendor\bootstrap\js'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootstrap\js\bootstrap.min.js', r'static\vendor\bootstrap\js'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootstrap\js\bootstrap.min.js.map', r'static\vendor\bootstrap\js'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\brite\bootstrap.min.css', r'static\vendor\bootswatch\brite'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\brite\bootstrap.min.css.map', r'static\vendor\bootswatch\brite'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\cerulean\bootstrap.min.css', r'static\vendor\bootswatch\cerulean'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\cerulean\bootstrap.min.css.map', r'static\vendor\bootswatch\cerulean'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\cosmo\bootstrap.min.css', r'static\vendor\bootswatch\cosmo'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\cosmo\bootstrap.min.css.map', r'static\vendor\bootswatch\cosmo'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\cyborg\bootstrap.min.css', r'static\vendor\bootswatch\cyborg'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\cyborg\bootstrap.min.css.map', r'static\vendor\bootswatch\cyborg'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\darkly\bootstrap.min.css', r'static\vendor\bootswatch\darkly'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\darkly\bootstrap.min.css.map', r'static\vendor\bootswatch\darkly'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\default\bootstrap.min.css', r'static\vendor\bootswatch\default'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\default\bootstrap.min.css.map', r'static\vendor\bootswatch\default'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\flatly\bootstrap.min.css', r'static\vendor\bootswatch\flatly'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\flatly\bootstrap.min.css.map', r'static\vendor\bootswatch\flatly'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\journal\bootstrap.min.css', r'static\vendor\bootswatch\journal'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\journal\bootstrap.min.css.map', r'static\vendor\bootswatch\journal'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\litera\bootstrap.min.css', r'static\vendor\bootswatch\litera'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\litera\bootstrap.min.css.map', r'static\vendor\bootswatch\litera'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\lumen\bootstrap.min.css', r'static\vendor\bootswatch\lumen'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\lumen\bootstrap.min.css.map', r'static\vendor\bootswatch\lumen'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\lux\bootstrap.min.css', r'static\vendor\bootswatch\lux'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\lux\bootstrap.min.css.map', r'static\vendor\bootswatch\lux'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\materia\bootstrap.min.css', r'static\vendor\bootswatch\materia'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\materia\bootstrap.min.css.map', r'static\vendor\bootswatch\materia'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\minty\bootstrap.min.css', r'static\vendor\bootswatch\minty'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\minty\bootstrap.min.css.map', r'static\vendor\bootswatch\minty'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\morph\bootstrap.min.css', r'static\vendor\bootswatch\morph'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\morph\bootstrap.min.css.map', r'static\vendor\bootswatch\morph'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\pulse\bootstrap.min.css', r'static\vendor\bootswatch\pulse'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\pulse\bootstrap.min.css.map', r'static\vendor\bootswatch\pulse'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\quartz\bootstrap.min.css', r'static\vendor\bootswatch\quartz'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\quartz\bootstrap.min.css.map', r'static\vendor\bootswatch\quartz'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\sandstone\bootstrap.min.css', r'static\vendor\bootswatch\sandstone'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\sandstone\bootstrap.min.css.map', r'static\vendor\bootswatch\sandstone'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\simplex\bootstrap.min.css', r'static\vendor\bootswatch\simplex'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\simplex\bootstrap.min.css.map', r'static\vendor\bootswatch\simplex'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\sketchy\bootstrap.min.css', r'static\vendor\bootswatch\sketchy'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\sketchy\bootstrap.min.css.map', r'static\vendor\bootswatch\sketchy'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\slate\bootstrap.min.css', r'static\vendor\bootswatch\slate'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\slate\bootstrap.min.css.map', r'static\vendor\bootswatch\slate'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\solar\bootstrap.min.css', r'static\vendor\bootswatch\solar'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\solar\bootstrap.min.css.map', r'static\vendor\bootswatch\solar'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\spacelab\bootstrap.min.css', r'static\vendor\bootswatch\spacelab'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\spacelab\bootstrap.min.css.map', r'static\vendor\bootswatch\spacelab'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\superhero\bootstrap.min.css', r'static\vendor\bootswatch\superhero'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\superhero\bootstrap.min.css.map', r'static\vendor\bootswatch\superhero'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\united\bootstrap.min.css', r'static\vendor\bootswatch\united'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\united\bootstrap.min.css.map', r'static\vendor\bootswatch\united'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\vapor\bootstrap.min.css', r'static\vendor\bootswatch\vapor'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\vapor\bootstrap.min.css.map', r'static\vendor\bootswatch\vapor'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\yeti\bootstrap.min.css', r'static\vendor\bootswatch\yeti'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\yeti\bootstrap.min.css.map', r'static\vendor\bootswatch\yeti'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\zephyr\bootstrap.min.css', r'static\vendor\bootswatch\zephyr'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\bootswatch\zephyr\bootstrap.min.css.map', r'static\vendor\bootswatch\zephyr'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\fontawesome-free\css\all.min.css', r'static\vendor\fontawesome-free\css'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\fontawesome-free\webfonts\fa-brands-400.ttf', r'static\vendor\fontawesome-free\webfonts'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\fontawesome-free\webfonts\fa-brands-400.woff2', r'static\vendor\fontawesome-free\webfonts'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\fontawesome-free\webfonts\fa-regular-400.ttf', r'static\vendor\fontawesome-free\webfonts'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\fontawesome-free\webfonts\fa-regular-400.woff2', r'static\vendor\fontawesome-free\webfonts'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\fontawesome-free\webfonts\fa-solid-900.ttf', r'static\vendor\fontawesome-free\webfonts'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\fontawesome-free\webfonts\fa-solid-900.woff2', r'static\vendor\fontawesome-free\webfonts'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\fontawesome-free\webfonts\fa-v4compatibility.ttf', r'static\vendor\fontawesome-free\webfonts'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\fontawesome-free\webfonts\fa-v4compatibility.woff2', r'static\vendor\fontawesome-free\webfonts'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\select2\css\select2.min.css', r'static\vendor\select2\css'),
(r'C:\Users\12914\Desktop\school-meal\.venv\Lib\site-packages\jazzmin\static\vendor\select2\js\select2.min.js', r'static\vendor\select2\js'),
],
hiddenimports=[
'rest_framework',
'rest_framework.apps',
'rest_framework.authentication',
'rest_framework.authtoken',
'rest_framework.authtoken.admin',
'rest_framework.authtoken.apps',
'rest_framework.authtoken.management',
'rest_framework.authtoken.management.commands',
'rest_framework.authtoken.management.commands.drf_create_token',
'rest_framework.authtoken.migrations',
'rest_framework.authtoken.migrations.0001_initial',
'rest_framework.authtoken.migrations.0002_auto_20160226_1747',
'rest_framework.authtoken.migrations.0003_tokenproxy',
'rest_framework.authtoken.migrations.0004_alter_tokenproxy_options',
'rest_framework.authtoken.models',
'rest_framework.authtoken.serializers',
'rest_framework.authtoken.views',
'rest_framework.checks',
'rest_framework.compat',
'rest_framework.decorators',
'rest_framework.exceptions',
'rest_framework.fields',
'rest_framework.filters',
'rest_framework.generics',
'rest_framework.management',
'rest_framework.management.commands',
'rest_framework.management.commands.generateschema',
'rest_framework.metadata',
'rest_framework.mixins',
'rest_framework.negotiation',
'rest_framework.pagination',
'rest_framework.parsers',
'rest_framework.permissions',
'rest_framework.relations',
'rest_framework.renderers',
'rest_framework.request',
'rest_framework.response',
'rest_framework.reverse',
'rest_framework.routers',
'rest_framework.serializers',
'rest_framework.settings',
'rest_framework.status',
'rest_framework.templatetags',
'rest_framework.templatetags.rest_framework',
'rest_framework.test',
'rest_framework.throttling',
'rest_framework.urlpatterns',
'rest_framework.urls',
'rest_framework.utils',
'rest_framework.utils.breadcrumbs',
'rest_framework.utils.encoders',
'rest_framework.utils.field_mapping',
'rest_framework.utils.formatting',
'rest_framework.utils.html',
'rest_framework.utils.humanize_datetime',
'rest_framework.utils.json',
'rest_framework.utils.mediatypes',
'rest_framework.utils.model_meta',
'rest_framework.utils.representation',
'rest_framework.utils.serializer_helpers',
'rest_framework.utils.timezone',
'rest_framework.utils.urls',
'rest_framework.validators',
'rest_framework.versioning',
'rest_framework.views',
'rest_framework.viewsets',
'corsheaders',
'corsheaders.apps',
'corsheaders.checks',
'corsheaders.conf',
'corsheaders.defaults',
'corsheaders.middleware',
'corsheaders.signals',
'jazzmin',
'jazzmin.apps',
'jazzmin.compat',
'jazzmin.settings',
'jazzmin.templatetags',
'jazzmin.templatetags.jazzmin',
'jazzmin.utils',
'jazzmin.widgets',
'rich',
'rich.__main__',
'rich._emoji_codes',
'rich._emoji_replace',
'rich._export_format',
'rich._extension',
'rich._fileno',
'rich._inspect',
'rich._log_render',
'rich._loop',
'rich._null_file',
'rich._palettes',
'rich._pick',
'rich._ratio',
'rich._spinners',
'rich._stack',
'rich._timer',
'rich._unicode_data',
'rich._unicode_data._versions',
'rich._unicode_data.unicode10-0-0',
'rich._unicode_data.unicode11-0-0',
'rich._unicode_data.unicode12-0-0',
'rich._unicode_data.unicode12-1-0',
'rich._unicode_data.unicode13-0-0',
'rich._unicode_data.unicode14-0-0',
'rich._unicode_data.unicode15-0-0',
'rich._unicode_data.unicode15-1-0',
'rich._unicode_data.unicode16-0-0',
'rich._unicode_data.unicode17-0-0',
'rich._unicode_data.unicode4-1-0',
'rich._unicode_data.unicode5-0-0',
'rich._unicode_data.unicode5-1-0',
'rich._unicode_data.unicode5-2-0',
'rich._unicode_data.unicode6-0-0',
'rich._unicode_data.unicode6-1-0',
'rich._unicode_data.unicode6-2-0',
'rich._unicode_data.unicode6-3-0',
'rich._unicode_data.unicode7-0-0',
'rich._unicode_data.unicode8-0-0',
'rich._unicode_data.unicode9-0-0',
'rich._win32_console',
'rich._windows',
'rich._windows_renderer',
'rich._wrap',
'rich.abc',
'rich.align',
'rich.ansi',
'rich.bar',
'rich.box',
'rich.cells',
'rich.color',
'rich.color_triplet',
'rich.columns',
'rich.console',
'rich.constrain',
'rich.containers',
'rich.control',
'rich.default_styles',
'rich.diagnose',
'rich.emoji',
'rich.errors',
'rich.file_proxy',
'rich.filesize',
'rich.highlighter',
'rich.json',
'rich.jupyter',
'rich.layout',
'rich.live',
'rich.live_render',
'rich.logging',
'rich.markdown',
'rich.markup',
'rich.measure',
'rich.padding',
'rich.pager',
'rich.palette',
'rich.panel',
'rich.pretty',
'rich.progress',
'rich.progress_bar',
'rich.prompt',
'rich.protocol',
'rich.region',
'rich.repr',
'rich.rule',
'rich.scope',
'rich.screen',
'rich.segment',
'rich.spinner',
'rich.status',
'rich.style',
'rich.styled',
'rich.syntax',
'rich.table',
'rich.terminal_theme',
'rich.text',
'rich.theme',
'rich.themes',
'rich.traceback',
'rich.tree',
'meals.views_dashboard',
'meals',
'meals.apps',
'meals.models',
'meals.admin',
'meals.urls',
'meals.views',
'meals.views_spa',
'meals.serializers',
'meals.management',
'meals.management.commands',
'meals.management.commands.seed_dishes',
'meals.management.commands.import_dishes',
'config',
'config.settings',
'config.wsgi',
'config.asgi',
'config.urls',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
'pypinyin',
'openpyxl',
'tkinter',
'tkinter.messagebox',
'tkinter.constants',
'webview',
'webview.window',
'webview.platforms.edgechromium',
'pythonnet',
'clr_loader',
'cffi',
'bottle',
],
hookspath=[],
hooksconfig={},
runtime_hooks=[],
excludes=[],
win_no_prefer_redirects=False,
win_private_assemblies=False,
cipher=block_cipher,
noarchive=False,
)
pyz = PYZ(a.pure, a.zipped_data, cipher=block_cipher)
exe = EXE(
pyz,
a.scripts,
[],
exclude_binaries=True,
name='school-meal',
debug=False,
bootloader_ignore_signals=False,
strip=False,
upx=True,
console=False,
disable_windowed_traceback=False,
target_arch=None,
codesign_identity=None,
entitlements_file=None,
icon=r'C:/Users/12914/Desktop/school-meal/app.ico',
)
coll = COLLECT(
exe,
a.binaries,
a.zipfiles,
a.datas,
strip=False,
upx=True,
upx_exclude=[],
name='school-meal',
)