Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -12,6 +12,7 @@ charset-normalizer==3.3.2
|
|
12 |
click==8.1.7
|
13 |
comm==0.2.2
|
14 |
debugpy==1.8.1
|
|
|
15 |
exceptiongroup==1.2.0
|
16 |
executing==2.0.1
|
17 |
ffmpeg==1.4
|
@@ -118,4 +119,4 @@ tzdata==2024.1
|
|
118 |
uritemplate==4.1.1
|
119 |
urllib3==2.2.1
|
120 |
watchdog==4.0.0
|
121 |
-
wcwidth==0.2.13
|
|
|
12 |
click==8.1.7
|
13 |
comm==0.2.2
|
14 |
debugpy==1.8.1
|
15 |
+
decorator==5.0.3
|
16 |
exceptiongroup==1.2.0
|
17 |
executing==2.0.1
|
18 |
ffmpeg==1.4
|
|
|
119 |
uritemplate==4.1.1
|
120 |
urllib3==2.2.1
|
121 |
watchdog==4.0.0
|
122 |
+
wcwidth==0.2.13
|