Skip to content

Commit 2b7c20f

Browse files
committed
add missing imports
1 parent f726307 commit 2b7c20f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Build with PyInstaller
3232
run: |
3333
.\venv\Scripts\Activate
34-
pyinstaller main.py --name WingmanAiCore --noconfirm --icon assets/wingman-ai.ico --paths venv/Lib/site-packages --add-data "venv/Lib/site-packages/azure/cognitiveservices/speech;azure/cognitiveservices/speech" --add-data "assets;assets" --add-data "services;services" --add-data "wingmen;wingmen" --add-data "templates;templates" --add-data "audio_samples;audio_samples" --add-data "LICENSE;." --add-data "lib/python3.dll;." --hidden-import urllib --hidden-import urllib.robotparser
34+
pyinstaller main.py --name WingmanAiCore --noconfirm --icon assets/wingman-ai.ico --paths venv/Lib/site-packages --add-data "venv/Lib/site-packages/azure/cognitiveservices/speech;azure/cognitiveservices/speech" --add-data "assets;assets" --add-data "services;services" --add-data "wingmen;wingmen" --add-data "templates;templates" --add-data "audio_samples;audio_samples" --add-data "LICENSE;." --add-data "lib/python3.dll;." --hidden-import urllib --hidden-import urllib.robotparser --hiddenimport=scipy._lib.array_api_compat.numpy.fft
3535
3636
- name: Upload Windows Exe Artifact
3737
uses: actions/upload-artifact@v4

requirements.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ elevenlabslib==0.31.3
44
fastapi==0.115.7
55
faster_whisper==1.1.1
66
google-generativeai==0.8.4
7-
httptools==0.6.1
7+
httptools==0.6.4
88
markdown==3.7
99
numpy==1.26.4
1010
openai==1.60.2
@@ -20,6 +20,7 @@ python-multipart==0.0.20
2020
PyYAML==6.0.2
2121
requests==2.32.3
2222
scipy==1.15.1
23+
setuptools==75.8.0
2324
show-in-file-manager==1.1.5
2425
sounddevice==0.5.1
2526
soundfile==0.13.1

0 commit comments

Comments
 (0)