Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +16 -1
requirements.txt
CHANGED
@@ -7,7 +7,8 @@ anyio==3.7.1
|
|
7 |
APScheduler==3.10.4
|
8 |
async-timeout==4.0.3
|
9 |
attrs==23.1.0
|
10 |
-
backports.zoneinfo
|
|
|
11 |
certifi==2023.7.22
|
12 |
charset-normalizer==3.3.2
|
13 |
click==8.1.7
|
@@ -24,11 +25,18 @@ filelock==3.13.1
|
|
24 |
fonttools==4.44.0
|
25 |
frozenlist==1.4.0
|
26 |
fsspec==2023.10.0
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
gradio==3.45.0
|
28 |
gradio_client==0.5.2
|
29 |
greenlet==3.0.1
|
30 |
h11==0.14.0
|
31 |
httpcore==1.0.1
|
|
|
32 |
httpx==0.25.1
|
33 |
huggingface-hub==0.18.0
|
34 |
idna==3.4
|
@@ -50,6 +58,7 @@ multidict==6.0.4
|
|
50 |
mypy-extensions==1.0.0
|
51 |
numexpr==2.8.6
|
52 |
numpy==1.24.4
|
|
|
53 |
openai==0.28.1
|
54 |
openapi-schema-pydantic==1.2.4
|
55 |
orjson==3.9.10
|
@@ -57,6 +66,9 @@ packaging==23.2
|
|
57 |
pandas==2.0.3
|
58 |
Pillow==10.1.0
|
59 |
pkgutil_resolve_name==1.3.10
|
|
|
|
|
|
|
60 |
pydantic==1.10.13
|
61 |
pydantic_core==2.10.1
|
62 |
pydub==0.25.1
|
@@ -70,8 +82,10 @@ PyYAML==6.0.1
|
|
70 |
referencing==0.30.2
|
71 |
regex==2023.10.3
|
72 |
requests==2.31.0
|
|
|
73 |
rich==13.6.0
|
74 |
rpds-py==0.12.0
|
|
|
75 |
semantic-version==2.10.0
|
76 |
shellingham==1.5.4
|
77 |
six==1.16.0
|
@@ -88,6 +102,7 @@ typing-inspect==0.9.0
|
|
88 |
typing_extensions==4.8.0
|
89 |
tzdata==2023.3
|
90 |
tzlocal==5.2
|
|
|
91 |
urllib3==2.0.7
|
92 |
uvicorn==0.24.0.post1
|
93 |
websockets==11.0.3
|
|
|
7 |
APScheduler==3.10.4
|
8 |
async-timeout==4.0.3
|
9 |
attrs==23.1.0
|
10 |
+
backports.zoneinfo==0.2.1
|
11 |
+
cachetools==5.3.2
|
12 |
certifi==2023.7.22
|
13 |
charset-normalizer==3.3.2
|
14 |
click==8.1.7
|
|
|
25 |
fonttools==4.44.0
|
26 |
frozenlist==1.4.0
|
27 |
fsspec==2023.10.0
|
28 |
+
google-api-core==2.15.0
|
29 |
+
google-api-python-client==2.111.0
|
30 |
+
google-auth==2.25.2
|
31 |
+
google-auth-httplib2==0.2.0
|
32 |
+
google-auth-oauthlib==1.2.0
|
33 |
+
googleapis-common-protos==1.62.0
|
34 |
gradio==3.45.0
|
35 |
gradio_client==0.5.2
|
36 |
greenlet==3.0.1
|
37 |
h11==0.14.0
|
38 |
httpcore==1.0.1
|
39 |
+
httplib2==0.22.0
|
40 |
httpx==0.25.1
|
41 |
huggingface-hub==0.18.0
|
42 |
idna==3.4
|
|
|
58 |
mypy-extensions==1.0.0
|
59 |
numexpr==2.8.6
|
60 |
numpy==1.24.4
|
61 |
+
oauthlib==3.2.2
|
62 |
openai==0.28.1
|
63 |
openapi-schema-pydantic==1.2.4
|
64 |
orjson==3.9.10
|
|
|
66 |
pandas==2.0.3
|
67 |
Pillow==10.1.0
|
68 |
pkgutil_resolve_name==1.3.10
|
69 |
+
protobuf==4.25.1
|
70 |
+
pyasn1==0.5.1
|
71 |
+
pyasn1-modules==0.3.0
|
72 |
pydantic==1.10.13
|
73 |
pydantic_core==2.10.1
|
74 |
pydub==0.25.1
|
|
|
82 |
referencing==0.30.2
|
83 |
regex==2023.10.3
|
84 |
requests==2.31.0
|
85 |
+
requests-oauthlib==1.3.1
|
86 |
rich==13.6.0
|
87 |
rpds-py==0.12.0
|
88 |
+
rsa==4.9
|
89 |
semantic-version==2.10.0
|
90 |
shellingham==1.5.4
|
91 |
six==1.16.0
|
|
|
102 |
typing_extensions==4.8.0
|
103 |
tzdata==2023.3
|
104 |
tzlocal==5.2
|
105 |
+
uritemplate==4.1.1
|
106 |
urllib3==2.0.7
|
107 |
uvicorn==0.24.0.post1
|
108 |
websockets==11.0.3
|