diff --git a/backend/extra-hooks/hooks-uvicorn.py b/backend/extra-hooks/hooks-uvicorn.py deleted file mode 100644 index 51c77d7..0000000 --- a/backend/extra-hooks/hooks-uvicorn.py +++ /dev/null @@ -1,6 +0,0 @@ -# extra-hooks/hooks-uvicorn.py -from PyInstaller.utils.hooks import get_package_paths, collect_submodules - -datas = [(get_package_paths('uvicorn')[1], 'uvicorn'), (get_package_paths('whitenoise')[1], 'whitenoise')] - -hiddenimports = collect_submodules('whitenoise')