Spaces:
Sleeping
Sleeping
Commit
·
06da610
1
Parent(s):
bedb9ce
Update requirements.txt
Browse files- requirements.txt +1 -26
requirements.txt
CHANGED
@@ -19,21 +19,6 @@ docopt
|
|
19 |
email-validator
|
20 |
executing
|
21 |
firebase-admin
|
22 |
-
Flask
|
23 |
-
flask-mongoengine
|
24 |
-
Flask-RESTful
|
25 |
-
Flask-SocketIO
|
26 |
-
Flask-WTF
|
27 |
-
google-api-core
|
28 |
-
google-api-python-client
|
29 |
-
google-auth
|
30 |
-
google-auth-httplib2
|
31 |
-
google-cloud-core
|
32 |
-
google-cloud-firestore
|
33 |
-
google-cloud-storage
|
34 |
-
google-crc32c
|
35 |
-
google-resumable-media
|
36 |
-
googleapis-common-protos
|
37 |
grpcio
|
38 |
grpcio-status
|
39 |
httplib2
|
@@ -43,20 +28,15 @@ ipykernel
|
|
43 |
ipython
|
44 |
itsdangerous
|
45 |
jedi
|
46 |
-
Jinja2
|
47 |
joblib
|
48 |
jupyter_client
|
49 |
-
jupyter_core
|
50 |
MarkupSafe
|
51 |
matplotlib-inline
|
52 |
mongoengine
|
53 |
msgpack
|
54 |
nest-asyncio
|
55 |
-
numpy
|
56 |
packaging
|
57 |
-
pandas
|
58 |
parso
|
59 |
-
pickleshare
|
60 |
pipreqs
|
61 |
platformdirs
|
62 |
prompt-toolkit
|
@@ -79,11 +59,9 @@ pytz
|
|
79 |
pyzmq
|
80 |
requests
|
81 |
rsa
|
82 |
-
scikit-learn
|
83 |
scipy
|
84 |
six
|
85 |
sockets
|
86 |
-
SpeechRecognition
|
87 |
stack-data
|
88 |
threadpoolctl
|
89 |
tornado
|
@@ -102,13 +80,10 @@ pyngrok
|
|
102 |
python-dotenv
|
103 |
uvicorn
|
104 |
fastapi
|
105 |
-
transformers
|
106 |
-
tensorflow
|
107 |
pydantic
|
108 |
typing
|
109 |
-
torch
|
110 |
python-multipart
|
111 |
-
|
112 |
|
113 |
|
114 |
|
|
|
19 |
email-validator
|
20 |
executing
|
21 |
firebase-admin
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
grpcio
|
23 |
grpcio-status
|
24 |
httplib2
|
|
|
28 |
ipython
|
29 |
itsdangerous
|
30 |
jedi
|
|
|
31 |
joblib
|
32 |
jupyter_client
|
|
|
33 |
MarkupSafe
|
34 |
matplotlib-inline
|
35 |
mongoengine
|
36 |
msgpack
|
37 |
nest-asyncio
|
|
|
38 |
packaging
|
|
|
39 |
parso
|
|
|
40 |
pipreqs
|
41 |
platformdirs
|
42 |
prompt-toolkit
|
|
|
59 |
pyzmq
|
60 |
requests
|
61 |
rsa
|
|
|
62 |
scipy
|
63 |
six
|
64 |
sockets
|
|
|
65 |
stack-data
|
66 |
threadpoolctl
|
67 |
tornado
|
|
|
80 |
python-dotenv
|
81 |
uvicorn
|
82 |
fastapi
|
|
|
|
|
83 |
pydantic
|
84 |
typing
|
|
|
85 |
python-multipart
|
86 |
+
|
87 |
|
88 |
|
89 |
|