blob: 93790bb49754522f72984b2472843cd06698d478 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,13 +1,14 @@
-aioconsole==0.1.16
-aiofiles==0.4.0
+aioconsole==0.2.0
+aiofiles==0.5.0
aiohttp==3.7.4
jsonlines==1.2.0
networkx==2.4
pydash==4.7.6
-pyyaml==5.4
+pyyaml!=6.0.0,!=5.4.0,!=5.4.1
rhasspy-asr-deepspeech~=0.4.0
rhasspy-asr-kaldi~=0.6.0
rhasspy-asr-pocketsphinx~=0.3.0
rhasspy-nlu~=0.3.0
rhasspy-silence~=0.4.0
tqdm~=4.45.0
+legacy-cgi==2.6.2
|