HonestAnnie commited on
Commit
c1de2bb
·
verified ·
1 Parent(s): ba719cd

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +131 -0
requirements.txt ADDED
@@ -0,0 +1,131 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==24.1.0
2
+ annotated-types==0.7.0
3
+ anyio==4.9.0
4
+ asgiref==3.8.1
5
+ attrs==25.3.0
6
+ backoff==2.2.1
7
+ bcrypt==4.3.0
8
+ beautifulsoup4==4.13.4
9
+ build==1.2.2.post1
10
+ cachetools==5.5.2
11
+ certifi==2025.1.31
12
+ charset-normalizer==3.4.1
13
+ chroma-hnswlib==0.7.6
14
+ chromadb==1.0.4
15
+ click==8.1.8
16
+ coloredlogs==15.0.1
17
+ Deprecated==1.2.18
18
+ distro==1.9.0
19
+ durationpy==0.9
20
+ EbookLib==0.18
21
+ exceptiongroup==1.2.2
22
+ fastapi==0.115.9
23
+ ffmpy==0.5.0
24
+ filelock==3.18.0
25
+ flatbuffers==25.2.10
26
+ fsspec==2025.3.2
27
+ google-ai-generativelanguage==0.6.15
28
+ google-api-core==2.24.2
29
+ google-api-python-client==2.166.0
30
+ google-auth==2.38.0
31
+ google-auth-httplib2==0.2.0
32
+ google-genai==1.10.0
33
+ google-generativeai==0.8.4
34
+ googleapis-common-protos==1.69.2
35
+ gradio==5.24.0
36
+ gradio_client==1.8.0
37
+ groovy==0.1.2
38
+ grpcio==1.71.0
39
+ grpcio-status==1.71.0
40
+ h11==0.14.0
41
+ httpcore==1.0.7
42
+ httplib2==0.22.0
43
+ httptools==0.6.4
44
+ httpx==0.28.1
45
+ huggingface-hub==0.30.2
46
+ humanfriendly==10.0
47
+ idna==3.10
48
+ importlib_metadata==8.6.1
49
+ importlib_resources==6.5.2
50
+ Jinja2==3.1.6
51
+ joblib==1.4.2
52
+ jsonschema==4.23.0
53
+ jsonschema-specifications==2024.10.1
54
+ kubernetes==32.0.1
55
+ lxml==5.3.2
56
+ markdown-it-py==3.0.0
57
+ MarkupSafe==3.0.2
58
+ mdurl==0.1.2
59
+ mmh3==5.1.0
60
+ monotonic==1.6
61
+ mpmath==1.3.0
62
+ nltk==3.9.1
63
+ numpy==2.2.4
64
+ oauthlib==3.2.2
65
+ onnxruntime==1.21.0
66
+ opentelemetry-api==1.32.0
67
+ opentelemetry-exporter-otlp-proto-common==1.32.0
68
+ opentelemetry-exporter-otlp-proto-grpc==1.32.0
69
+ opentelemetry-instrumentation==0.53b0
70
+ opentelemetry-instrumentation-asgi==0.53b0
71
+ opentelemetry-instrumentation-fastapi==0.53b0
72
+ opentelemetry-proto==1.32.0
73
+ opentelemetry-sdk==1.32.0
74
+ opentelemetry-semantic-conventions==0.53b0
75
+ opentelemetry-util-http==0.53b0
76
+ orjson==3.10.16
77
+ overrides==7.7.0
78
+ packaging==24.2
79
+ pandas==2.2.3
80
+ pillow==11.1.0
81
+ posthog==3.24.1
82
+ proto-plus==1.26.1
83
+ protobuf==5.29.4
84
+ pyasn1==0.6.1
85
+ pyasn1_modules==0.4.2
86
+ pydantic==2.11.3
87
+ pydantic_core==2.33.1
88
+ pydub==0.25.1
89
+ Pygments==2.19.1
90
+ pyparsing==3.2.3
91
+ PyPika==0.48.9
92
+ pyproject_hooks==1.2.0
93
+ python-dateutil==2.9.0.post0
94
+ python-dotenv==1.1.0
95
+ python-multipart==0.0.20
96
+ pytz==2025.2
97
+ PyYAML==6.0.2
98
+ referencing==0.36.2
99
+ regex==2024.11.6
100
+ requests==2.32.3
101
+ requests-oauthlib==2.0.0
102
+ rich==14.0.0
103
+ rpds-py==0.24.0
104
+ rsa==4.9
105
+ ruff==0.11.5
106
+ safehttpx==0.1.6
107
+ semantic-version==2.10.0
108
+ shellingham==1.5.4
109
+ six==1.17.0
110
+ sniffio==1.3.1
111
+ soupsieve==2.6
112
+ starlette==0.45.3
113
+ sympy==1.13.3
114
+ tenacity==9.1.2
115
+ tokenizers==0.21.1
116
+ tomli==2.2.1
117
+ tomlkit==0.13.2
118
+ tqdm==4.67.1
119
+ typer==0.15.2
120
+ typing-inspection==0.4.0
121
+ typing_extensions==4.13.2
122
+ tzdata==2025.2
123
+ uritemplate==4.1.1
124
+ urllib3==2.4.0
125
+ uvicorn==0.34.0
126
+ uvloop==0.21.0
127
+ watchfiles==1.0.5
128
+ websocket-client==1.8.0
129
+ websockets==15.0.1
130
+ wrapt==1.17.2
131
+ zipp==3.21.0