-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
48 lines (48 loc) · 1.82 KB
/
requirements.txt
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
-i https://pypi.org/simple
aiohttp==3.8.5 ; python_version >= '3.6'
aiosignal==1.3.1 ; python_version >= '3.7'
annotated-types==0.5.0 ; python_version >= '3.7'
anyio==3.7.1 ; python_version >= '3.7'
async-timeout==4.0.3 ; python_version >= '3.7'
attrs==23.1.0 ; python_version >= '3.7'
certifi==2023.7.22 ; python_version >= '3.6'
charset-normalizer==3.2.0 ; python_full_version >= '3.7.0'
click==8.1.7 ; python_version >= '3.7'
colorama==0.4.6
dependency-injector==4.41.0
dnspython==2.4.2 ; python_version >= '3.8' and python_version < '4.0'
email-validator==2.0.0.post2
fastapi[all]==0.103.0
frozenlist==1.4.0 ; python_version >= '3.8'
greenlet==2.0.2 ; platform_machine == 'aarch64' or (platform_machine == 'ppc64le' or (platform_machine == 'x86_64' or (platform_machine == 'amd64' or (platform_machine == 'AMD64' or (platform_machine == 'win32' or platform_machine == 'WIN32')))))
h11==0.14.0 ; python_version >= '3.7'
httpcore==0.17.3 ; python_version >= '3.7'
httptools==0.6.0
httpx==0.24.1
idna==3.4 ; python_version >= '3.5'
itsdangerous==2.1.2
jinja2==3.1.2
markupsafe==2.1.3 ; python_version >= '3.7'
multidict==6.0.4 ; python_version >= '3.7'
openai==0.27.9
orjson==3.9.5
pydantic==2.3.0 ; python_version >= '3.7'
pydantic-core==2.6.3 ; python_version >= '3.7'
pydantic-extra-types==2.1.0
pydantic-settings==2.0.3
python-dotenv==1.0.0
python-multipart==0.0.6
pyyaml==6.0.1
requests==2.31.0 ; python_version >= '3.7'
six==1.16.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sniffio==1.3.0 ; python_version >= '3.7'
sqlalchemy==2.0.20
starlette==0.27.0 ; python_version >= '3.7'
tqdm==4.66.1 ; python_version >= '3.7'
typing-extensions==4.7.1 ; python_version >= '3.7'
ujson==5.8.0
urllib3==2.0.4 ; python_version >= '3.7'
uvicorn[standard]==0.23.2
watchfiles==0.20.0
websockets==11.0.3
yarl==1.9.2 ; python_version >= '3.7'