summaryrefslogtreecommitdiffstats
path: root/Scripts
diff options
context:
space:
mode:
authoryum <yum.food.vr@gmail.com>2023-01-25 11:34:01 -0800
committeryum <yum.food.vr@gmail.com>2023-01-25 11:45:22 -0800
commitb61b57eca9746078d3694cc4f9c047b776f7f9f8 (patch)
tree36a31ac7f2bf3720e7311bf3ead36a2c7dcb8254 /Scripts
parent17f614114ab00e507ea35b983e7df3dae6d82eb3 (diff)
Use requirements.txt for Scripts/
This seems to be the canonical way of listing a Python app's dependencies. * Installing dependencies no longer hangs the GUI
Diffstat (limited to 'Scripts')
-rw-r--r--Scripts/requirements.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/Scripts/requirements.txt b/Scripts/requirements.txt
new file mode 100644
index 0000000..86d72fd
--- /dev/null
+++ b/Scripts/requirements.txt
@@ -0,0 +1,9 @@
+future==0.18.2
+openvr
+pillow
+pyaudio
+python-osc
+playsound==1.2.2
+torch --extra-index-url https://download.pytorch.org/whl/cu116
+git+https://github.com/openai/whisper.git
+editdistance