Spaces:
Running
Running
Update req
Browse files- requirements.txt +8 -2
requirements.txt
CHANGED
@@ -1,4 +1,7 @@
|
|
1 |
flask
|
|
|
|
|
|
|
2 |
arxiv
|
3 |
requests
|
4 |
PyPDF2
|
@@ -8,9 +11,12 @@ langchain-community
|
|
8 |
python-dotenv
|
9 |
numpy
|
10 |
sentence-transformers
|
11 |
-
gradio
|
12 |
firebase-admin
|
13 |
google-cloud-firestore
|
14 |
google-auth
|
15 |
google-auth-oauthlib
|
16 |
-
google-auth-httplib2
|
|
|
|
|
|
|
|
|
|
1 |
flask
|
2 |
+
flask-login
|
3 |
+
flask-wtf
|
4 |
+
werkzeug
|
5 |
arxiv
|
6 |
requests
|
7 |
PyPDF2
|
|
|
11 |
python-dotenv
|
12 |
numpy
|
13 |
sentence-transformers
|
|
|
14 |
firebase-admin
|
15 |
google-cloud-firestore
|
16 |
google-auth
|
17 |
google-auth-oauthlib
|
18 |
+
google-auth-httplib2
|
19 |
+
wtforms
|
20 |
+
huggingface-hub
|
21 |
+
transformers
|
22 |
+
torch
|