Spaces:
Sleeping
Sleeping
:pencil: [Config] Generate requirements.txt
Browse files- requirements.txt +10 -0
requirements.txt
ADDED
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
beautifulsoup4
|
2 |
+
fastapi
|
3 |
+
markdownify
|
4 |
+
pydantic
|
5 |
+
Requests
|
6 |
+
sse_starlette
|
7 |
+
termcolor
|
8 |
+
tiktoken
|
9 |
+
tldextract
|
10 |
+
uvicorn
|