Added missed dependencies for autobuild .exe

This commit is contained in:
Zen 2020-04-15 14:25:29 +03:00
parent 71a3acfef1
commit 737d9a785a

View file

@ -4,7 +4,7 @@ environment:
PYTHON: C:\Python38-x64
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 pyinstaller'
- cmd: '"%PYTHON%\python.exe" -m pip install pyinstaller scipy matplotlib'
build_script:
- cmd: '"%PYTHON%\Scripts\pyinstaller" --onefile av1an.py'
test: off