Update requirements.txt
Browse files- requirements.txt +3 -1
requirements.txt
CHANGED
@@ -12,4 +12,6 @@ pexels_api>=0.1.5 # for Pexels clip downloads
|
|
12 |
google.generativeai
|
13 |
Pillow==10.2.0
|
14 |
numpy
|
15 |
-
runwayml
|
|
|
|
|
|
12 |
google.generativeai
|
13 |
Pillow==10.2.0
|
14 |
numpy
|
15 |
+
runwayml
|
16 |
+
- streamlit-sortable-js
|
17 |
+
+ streamlit-sortable==1.5.0 # latest published
|