From b61b57eca9746078d3694cc4f9c047b776f7f9f8 Mon Sep 17 00:00:00 2001 From: yum Date: Wed, 25 Jan 2023 11:34:01 -0800 Subject: 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 --- Scripts/requirements.txt | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 Scripts/requirements.txt (limited to 'Scripts') 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 -- cgit v1.2.3