Don't install wxpython for linux by default

This commit is contained in:
Cohee
2023-08-12 20:09:17 +03:00
parent f140cb4f2a
commit 68c70a0611

View File

@@ -24,6 +24,6 @@ openai-whisper==20230314
TTS==0.15.6
fastapi==0.99.1
wxpython==4.2.1
wxpython==4.2.1; sys_platform == 'win32' or sys_platform == 'darwin'
mecab-python3==1.0.6
unidic-lite==1.0.8