-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathrequirements.txt
More file actions
193 lines (183 loc) · 3.51 KB
/
requirements.txt
File metadata and controls
193 lines (183 loc) · 3.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
# ChatLSE package
./src/python/
# Data Collection
requests==2.31.0
scrapy==2.11.2
# Data Manipulation
pandas==2.2.2
# Docs
PyPDF2==3.0.1
# SQL
jupysql>=0.10.4
sqlalchemy>=2.0.23
psycopg2-binary==2.9.9
# LLM
ollama==0.2.1
llama-index==0.10.32
llama-index.embeddings.huggingface==0.2.2
# VSCode dependencies
ipykernel==6.29.4
ipywidgets==8.1.3
jupyter==1.0.0
# Utils
ipdb==0.13.13
tqdm==4.66.4
jsonlines==4.0.0
python-dotenv==1.0.1 # Load environment variables from .env file
python-docx==1.1.2
logtail-python==0.3.0 # Logging
openpyxl==3.1.5
# Copied from rag-on-postgres with Azure components removed
# uvloop is commented out due to incompatibility on Windows
aiohttp==3.9.5
# via fastapi_app (pyproject.toml)
aiosignal==1.3.1
# via aiohttp
annotated-types==0.6.0
# via pydantic
anyio==4.3.0
# via
# httpx
# openai
# starlette
# watchfiles
async-timeout==4.0.3
# via asyncpg
asyncpg==0.29.0
# via fastapi_app (pyproject.toml)
attrs==23.2.0
# via aiohttp
certifi==2024.2.2
# via
# httpcore
# httpx
# requests
cffi==1.16.0
# via cryptography
charset-normalizer==3.3.2
# via requests
click==8.1.7
# via uvicorn
cryptography==42.0.6
# via
# pyjwt
distro==1.9.0
# via openai
environs==11.0.0
# via fastapi_app (pyproject.toml)
fastapi==0.110.3
# via fastapi_app (pyproject.toml)
frozenlist==1.4.1
# via
# aiohttp
# aiosignal
greenlet==3.0.3
# via sqlalchemy
gunicorn==20.1.0
# via fastapi_app (pyproject.toml)
h11==0.14.0
# via
# httpcore
# uvicorn
httpcore==1.0.5
# via httpx
httptools==0.6.1
# via uvicorn
httpx==0.27.0
# via openai
idna==3.7
# via
# anyio
# httpx
# requests
# yarl
logtail-python==0.3.0
# via fastapi_app (pyproject.toml)
markdown-it-py==3.0.0
# via rich
marshmallow==3.21.2
# via environs
mdurl==0.1.2
# via markdown-it-py
multidict==6.0.5
# via
# aiohttp
# yarl
numpy==1.26.4
# via pgvector
openai==1.25.2
# via
# fastapi_app (pyproject.toml)
# openai-messages-token-helper
openai-messages-token-helper==0.1.3
# via fastapi_app (pyproject.toml)
packaging==24.0
# via
# marshmallow
pgvector==0.2.5
# via fastapi_app (pyproject.toml)
pillow==10.3.0
# via openai-messages-token-helper
pycparser==2.22
# via cffi
pydantic==2.7.1
# via
# fastapi
# openai
pydantic-core==2.18.2
# via pydantic
pygments==2.18.0
# via rich
pyjwt[crypto]==2.8.0
# via
# pyjwt
python-dotenv==1.0.1
# via
# environs
# fastapi_app (pyproject.toml)
# uvicorn
pyyaml==6.0.1
# via uvicorn
regex==2024.4.28
# via tiktoken
requests==2.31.0
# via
# tiktoken
rich==13.7.1
# via fastapi_app (pyproject.toml)
sniffio==1.3.1
# via
# anyio
# httpx
# openai
sqlalchemy[asyncio]==2.0.30
# via fastapi_app (pyproject.toml)
starlette==0.37.2
# via fastapi
tiktoken==0.6.0
# via
# fastapi_app (pyproject.toml)
# openai-messages-token-helper
tqdm==4.66.4
# via openai
typing-extensions==4.11.0
# via
# fastapi
# openai
# pydantic
# pydantic-core
# sqlalchemy
urllib3==2.2.1
# via requests
uvicorn[standard]==0.23.2
# via fastapi_app (pyproject.toml)
# uvloop==0.19.0
# via uvicorn
watchfiles==0.21.0
# via uvicorn
websockets==12.0
# via uvicorn
yarl==1.9.4
# via aiohttp
# The following packages are considered to be unsafe in a requirements file:
# setuptools