summaryrefslogtreecommitdiffstats
path: root/Scripts/requirements.txt
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2023-03-21 14:28:46 -0700
committeryum <yum.food.vr@gmail.com>2023-03-21 15:02:29 -0700
commit656d7c2092545b18d981acfac000c73fb2128e4a (patch)
treed8268efbbfbda591740da89f29a4db545a64de17 /Scripts/requirements.txt
parent22da2ac82a667df4444449fe8d1fd1e639566bb2 (diff)
Fix _socket module not found issue
Need python310._pth, specifically 'import site' line, for embedded python + pip to get along.
Diffstat (limited to 'Scripts/requirements.txt')
-rw-r--r--Scripts/requirements.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/Scripts/requirements.txt b/Scripts/requirements.txt
index 573f316..c218302 100644
--- a/Scripts/requirements.txt
+++ b/Scripts/requirements.txt
@@ -1,10 +1,12 @@
+editdistance
future==0.18.2
openvr
pillow
pyaudio
python-osc
playsound==1.2.2
+pyyaml
+
--extra-index-url https://download.pytorch.org/whl/cu116
torch==1.13.1+cu116
git+https://github.com/openai/whisper.git
-editdistance