forked from sticklight-io/declarai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
21 lines (21 loc) · 1.73 KB
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
aiohttp==3.8.5 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
aiosignal==1.3.1 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
async-timeout==4.0.2 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
asynctest==0.13.0 ; python_full_version >= "3.7.1" and python_version < "3.8"
attrs==23.1.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
certifi==2023.7.22 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
charset-normalizer==3.2.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
colorama==0.4.6 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0" and platform_system == "Windows"
frozenlist==1.3.3 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
idna==3.4 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
importlib-metadata==6.7.0 ; python_full_version >= "3.7.1" and python_version < "3.8"
jsonref==1.1.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
multidict==6.0.4 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
openai==0.27.8 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
pydantic==1.10.12 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
requests==2.31.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
tqdm==4.65.0 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
typing-extensions==4.7.1 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
urllib3==1.25.11 ; python_full_version >= "3.7.1" and python_version < "4"
yarl==1.9.2 ; python_full_version >= "3.7.1" and python_full_version < "4.0.0"
zipp==3.15.0 ; python_full_version >= "3.7.1" and python_version < "3.8"