Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -6,4 +6,5 @@ pydub==0.25.1
|
|
6 |
numpy==1.26.4
|
7 |
librosa==0.10.1
|
8 |
sounddevice==0.4.6
|
9 |
-
pyFluidSynth==1.3.2 # Alternative to fluidsynth
|
|
|
|
6 |
numpy==1.26.4
|
7 |
librosa==0.10.1
|
8 |
sounddevice==0.4.6
|
9 |
+
pyFluidSynth==1.3.2 # Alternative to fluidsynth
|
10 |
+
flask-cors
|