Spaces:
Sleeping
Sleeping
create requirements.txt
Browse files- requirements.txt +7 -0
requirements.txt
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
langchain==0.0.340
|
2 |
+
openai==1.3.5
|
3 |
+
python-dotenv==1.0.0
|
4 |
+
pytube==15.0.0
|
5 |
+
streamlit==1.28.2
|
6 |
+
tiktoken==0.5.1
|
7 |
+
youtube-transcript-api==0.6.1
|