HOXSEC commited on
Commit
451ac05
1 Parent(s): b8a4d3f

Create requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +155 -0
requirements.txt ADDED
@@ -0,0 +1,155 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.9.5
3
+ aiosignal==1.3.1
4
+ altair==5.3.0
5
+ annotated-types==0.6.0
6
+ anyio==4.3.0
7
+ asgiref==3.8.1
8
+ attrs==23.2.0
9
+ backoff==2.2.1
10
+ bcrypt==4.1.2
11
+ beautifulsoup4==4.12.3
12
+ build==1.2.1
13
+ cachetools==5.3.3
14
+ certifi==2024.2.2
15
+ chardet==5.2.0
16
+ charset-normalizer==3.3.2
17
+ chroma-hnswlib==0.7.3
18
+ chromadb==0.4.24
19
+ click==8.1.7
20
+ colorama==0.4.6
21
+ coloredlogs==15.0.1
22
+ contourpy==1.2.1
23
+ cycler==0.12.1
24
+ dataclasses-json==0.6.4
25
+ deepdiff==7.0.1
26
+ Deprecated==1.2.14
27
+ emoji==2.11.1
28
+ fastapi==0.110.2
29
+ ffmpy==0.3.2
30
+ filelock==3.13.4
31
+ filetype==1.2.0
32
+ flatbuffers==24.3.25
33
+ fonttools==4.51.0
34
+ frozenlist==1.4.1
35
+ fsspec==2024.3.1
36
+ google-auth==2.29.0
37
+ googleapis-common-protos==1.63.0
38
+ gradio==4.27.0
39
+ gradio_client==0.15.1
40
+ greenlet==3.0.3
41
+ grpcio==1.62.2
42
+ h11==0.14.0
43
+ httpcore==1.0.5
44
+ httptools==0.6.1
45
+ httpx==0.27.0
46
+ huggingface-hub==0.22.2
47
+ humanfriendly==10.0
48
+ idna==3.7
49
+ importlib-metadata==7.0.0
50
+ importlib_resources==6.4.0
51
+ Jinja2==3.1.3
52
+ joblib==1.4.0
53
+ jsonpatch==1.33
54
+ jsonpath-python==1.0.6
55
+ jsonpointer==2.4
56
+ jsonschema==4.21.1
57
+ jsonschema-specifications==2023.12.1
58
+ kiwisolver==1.4.5
59
+ kubernetes==29.0.0
60
+ langchain==0.1.16
61
+ langchain-community==0.0.34
62
+ langchain-core==0.1.45
63
+ langchain-text-splitters==0.0.1
64
+ langdetect==1.0.9
65
+ langsmith==0.1.49
66
+ lxml==5.2.1
67
+ markdown-it-py==3.0.0
68
+ MarkupSafe==2.1.5
69
+ marshmallow==3.21.1
70
+ matplotlib==3.8.4
71
+ mdurl==0.1.2
72
+ mmh3==4.1.0
73
+ monotonic==1.6
74
+ mpmath==1.3.0
75
+ multidict==6.0.5
76
+ mypy-extensions==1.0.0
77
+ nltk==3.8.1
78
+ numpy==1.26.4
79
+ oauthlib==3.2.2
80
+ ollama==0.1.8
81
+ onnxruntime==1.17.3
82
+ opentelemetry-api==1.24.0
83
+ opentelemetry-exporter-otlp-proto-common==1.24.0
84
+ opentelemetry-exporter-otlp-proto-grpc==1.24.0
85
+ opentelemetry-instrumentation==0.45b0
86
+ opentelemetry-instrumentation-asgi==0.45b0
87
+ opentelemetry-instrumentation-fastapi==0.45b0
88
+ opentelemetry-proto==1.24.0
89
+ opentelemetry-sdk==1.24.0
90
+ opentelemetry-semantic-conventions==0.45b0
91
+ opentelemetry-util-http==0.45b0
92
+ ordered-set==4.1.0
93
+ orjson==3.10.1
94
+ overrides==7.7.0
95
+ packaging==23.2
96
+ pandas==2.2.2
97
+ pillow==10.3.0
98
+ posthog==3.5.0
99
+ protobuf==4.25.3
100
+ pulsar-client==3.5.0
101
+ pyasn1==0.6.0
102
+ pyasn1_modules==0.4.0
103
+ pydantic==2.7.0
104
+ pydantic_core==2.18.1
105
+ pydub==0.25.1
106
+ Pygments==2.17.2
107
+ pyparsing==3.1.2
108
+ pypdf==4.2.0
109
+ PyPika==0.48.9
110
+ pyproject_hooks==1.0.0
111
+ pyreadline3==3.4.1
112
+ python-dateutil==2.9.0.post0
113
+ python-dotenv==1.0.1
114
+ python-iso639==2024.2.7
115
+ python-magic==0.4.27
116
+ python-multipart==0.0.9
117
+ pytz==2024.1
118
+ PyYAML==6.0.1
119
+ rapidfuzz==3.8.1
120
+ referencing==0.34.0
121
+ regex==2024.4.16
122
+ requests==2.31.0
123
+ requests-oauthlib==2.0.0
124
+ rich==13.7.1
125
+ rpds-py==0.18.0
126
+ rsa==4.9
127
+ ruff==0.4.1
128
+ semantic-version==2.10.0
129
+ shellingham==1.5.4
130
+ six==1.16.0
131
+ sniffio==1.3.1
132
+ soupsieve==2.5
133
+ SQLAlchemy==2.0.29
134
+ starlette==0.37.2
135
+ sympy==1.12
136
+ tabulate==0.9.0
137
+ tenacity==8.2.3
138
+ tokenizers==0.19.1
139
+ tomlkit==0.12.0
140
+ toolz==0.12.1
141
+ tqdm==4.66.2
142
+ typer==0.12.3
143
+ typing-inspect==0.9.0
144
+ typing_extensions==4.11.0
145
+ tzdata==2024.1
146
+ unstructured==0.13.3
147
+ unstructured-client==0.22.0
148
+ urllib3==2.2.1
149
+ uvicorn==0.29.0
150
+ watchfiles==0.21.0
151
+ websocket-client==1.7.0
152
+ websockets==11.0.3
153
+ wrapt==1.16.0
154
+ yarl==1.9.4
155
+ zipp==3.18.1