mirror of
https://github.com/master-of-zen/Av1an.git
synced 2024-11-25 02:29:40 +00:00
Added missed dependencies for autobuild .exe
This commit is contained in:
parent
71a3acfef1
commit
737d9a785a
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ environment:
|
||||||
PYTHON: C:\Python38-x64
|
PYTHON: C:\Python38-x64
|
||||||
install:
|
install:
|
||||||
- cmd: '"%PYTHON%\python.exe" -m pip install numpy opencv-python tqdm scenedetect[opencv,progress_bar] psutil pypiwin32 '
|
- cmd: '"%PYTHON%\python.exe" -m pip install numpy opencv-python tqdm scenedetect[opencv,progress_bar] psutil pypiwin32 '
|
||||||
- cmd: '"%PYTHON%\python.exe" -m pip install pyinstaller'
|
- cmd: '"%PYTHON%\python.exe" -m pip install pyinstaller scipy matplotlib'
|
||||||
build_script:
|
build_script:
|
||||||
- cmd: '"%PYTHON%\Scripts\pyinstaller" --onefile av1an.py'
|
- cmd: '"%PYTHON%\Scripts\pyinstaller" --onefile av1an.py'
|
||||||
test: off
|
test: off
|
||||||
|
|
Loading…
Reference in a new issue