gnumanth commited on
Commit
eeb5d1d
1 Parent(s): 31da208

chore: adding requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +147 -0
requirements.txt ADDED
@@ -0,0 +1,147 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiohttp==3.8.5
2
+ aiosignal==1.3.1
3
+ altgraph @ file:///System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/python3/python3-141/altgraph-0.17.2-py2.py3-none-any.whl
4
+ anyio==3.7.1
5
+ appnope==0.1.3
6
+ asttokens==2.4.0
7
+ async-timeout==4.0.2
8
+ attrs==23.1.0
9
+ backcall==0.2.0
10
+ backoff==2.2.1
11
+ bcrypt==4.0.1
12
+ beautifulsoup4==4.12.2
13
+ blessed==1.20.0
14
+ bpython==0.24
15
+ bython==0.8
16
+ cachetools==5.3.1
17
+ certifi==2023.7.22
18
+ chardet==5.2.0
19
+ charset-normalizer==3.2.0
20
+ chroma-hnswlib==0.7.3
21
+ chromadb==0.4.14
22
+ click==8.1.7
23
+ coloredlogs==15.0.1
24
+ comm==0.1.4
25
+ curtsies==0.4.2
26
+ cwcwidth==0.1.9
27
+ dataclasses-json==0.5.13
28
+ datasets==2.14.6
29
+ debugpy==1.8.0
30
+ decorator==5.1.1
31
+ dill==0.3.7
32
+ emoji==2.8.0
33
+ exceptiongroup==1.1.3
34
+ executing==2.0.0
35
+ fastapi==0.104.0
36
+ filelock==3.12.4
37
+ filetype==1.2.0
38
+ flatbuffers==23.5.26
39
+ frozenlist==1.4.0
40
+ fsspec==2023.9.2
41
+ future @ file:///System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/python3/python3-141/future-0.18.2-py3-none-any.whl
42
+ google-ai-generativelanguage==0.2.0
43
+ google-api-core==2.11.1
44
+ google-auth==2.22.0
45
+ google-generativeai==0.1.0
46
+ googleapis-common-protos==1.59.1
47
+ greenlet==3.0.0
48
+ grpcio==1.59.0
49
+ grpcio-status==1.56.2
50
+ h11==0.14.0
51
+ httptools==0.6.1
52
+ huggingface-hub==0.17.3
53
+ humanfriendly==10.0
54
+ idna==3.4
55
+ importlib-metadata==6.8.0
56
+ importlib-resources==6.1.0
57
+ inquirerpy==0.3.4
58
+ ipykernel==6.26.0
59
+ ipython==8.16.1
60
+ jedi==0.19.1
61
+ joblib==1.3.2
62
+ jupyter_client==8.5.0
63
+ jupyter_core==5.4.0
64
+ langchain==0.0.268
65
+ langdetect==1.0.9
66
+ langsmith==0.0.25
67
+ lxml==4.9.3
68
+ macholib @ file:///System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/python3/python3-141/macholib-1.15.2-py2.py3-none-any.whl
69
+ marshmallow==3.20.1
70
+ matplotlib-inline==0.1.6
71
+ monotonic==1.6
72
+ mpmath==1.3.0
73
+ multidict==6.0.4
74
+ multiprocess==0.70.15
75
+ mypy-extensions==1.0.0
76
+ nest-asyncio==1.5.8
77
+ nltk==3.8.1
78
+ numexpr==2.8.4
79
+ numpy==1.25.1
80
+ onnxruntime==1.16.1
81
+ openai==0.27.8
82
+ openapi-schema-pydantic==1.2.4
83
+ overrides==7.4.0
84
+ packaging==23.1
85
+ pandas==2.1.1
86
+ parso==0.8.3
87
+ pexpect==4.8.0
88
+ pfzy==0.3.4
89
+ pickleshare==0.7.5
90
+ platformdirs==3.11.0
91
+ posthog==3.0.2
92
+ prompt-toolkit==3.0.39
93
+ proto-plus==1.22.3
94
+ protobuf==4.23.4
95
+ psutil==5.9.6
96
+ ptyprocess==0.7.0
97
+ pulsar-client==3.3.0
98
+ pure-eval==0.2.2
99
+ pyarrow==13.0.0
100
+ pyasn1==0.5.0
101
+ pyasn1-modules==0.3.0
102
+ pydantic==1.10.12
103
+ Pygments==2.16.1
104
+ pypdf==3.16.4
105
+ PyPika==0.48.9
106
+ python-dateutil==2.8.2
107
+ python-dotenv==1.0.0
108
+ python-iso639==2023.6.15
109
+ python-magic==0.4.27
110
+ pytz==2023.3.post1
111
+ pyxdg==0.28
112
+ PyYAML==6.0.1
113
+ pyzmq==25.1.1
114
+ rapidfuzz==3.4.0
115
+ regex==2023.10.3
116
+ requests==2.31.0
117
+ rsa==4.9
118
+ safetensors==0.4.0
119
+ shell-ai==0.3.9
120
+ six @ file:///System/Volumes/Data/SWE/Apps/DT/BuildRoots/BuildRoot11/ActiveBuildRoot/Library/Caches/com.apple.xbs/Sources/python3/python3-141/six-1.15.0-py2.py3-none-any.whl
121
+ sniffio==1.3.0
122
+ soupsieve==2.5
123
+ SQLAlchemy==2.0.19
124
+ stack-data==0.6.3
125
+ starlette==0.27.0
126
+ sympy==1.12
127
+ tabulate==0.9.0
128
+ tenacity==8.2.2
129
+ tokenizers==0.14.1
130
+ tornado==6.3.3
131
+ tqdm==4.66.1
132
+ traitlets==5.11.2
133
+ transformers==4.34.1
134
+ typer==0.9.0
135
+ typing-inspect==0.9.0
136
+ typing_extensions==4.8.0
137
+ tzdata==2023.3
138
+ unstructured==0.10.24
139
+ urllib3==1.26.16
140
+ uvicorn==0.23.2
141
+ uvloop==0.18.0
142
+ watchfiles==0.21.0
143
+ wcwidth==0.2.6
144
+ websockets==11.0.3
145
+ xxhash==3.4.1
146
+ yarl==1.9.2
147
+ zipp==3.17.0