-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathrequirements.txt
53 lines (53 loc) · 2.08 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
49
50
51
52
53
-i https://pypi.org/simple
aiohttp==3.8.3 ; python_version >= '3.6'
aiosignal==1.3.1 ; python_version >= '3.7'
anyio==3.6.2 ; python_full_version >= '3.6.2'
async-timeout==4.0.2 ; python_version >= '3.6'
attrs==21.4.0 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
bcrypt==4.0.1
blessed==1.20.0 ; python_version >= '2.7'
boto3==1.26.64
botocore==1.29.64 ; python_version >= '3.7'
certifi==2022.12.7 ; python_version >= '3.6'
cffi==1.15.1
chalice==1.27.3
charset-normalizer==2.1.1 ; python_full_version >= '3.6.0'
click==8.1.3 ; python_version >= '3.7'
cryptography==39.0.0
dnspython==2.3.0 ; python_version >= '3.7' and python_version < '4.0'
ecdsa==0.18.0 ; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
fastapi==0.89.1
frozenlist==1.3.3 ; python_version >= '3.7'
idna==3.4 ; python_version >= '3.5'
inquirer==2.10.1 ; python_version >= '3.7'
jmespath==1.0.1 ; python_version >= '3.7'
markupsafe==2.1.2 ; python_version >= '3.7'
multidict==6.0.4 ; python_version >= '3.7'
openai==0.26.4
passlib[bcrypt]==1.7.4
pip==22.2.2 ; python_version >= '3.7'
pyasn1==0.4.8
pycparser==2.21
pydantic==1.10.4 ; python_version >= '3.7'
pymongo==4.3.3
python-dateutil==2.8.2 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-dotenv==0.21.1
python-editor==1.0.4
python-jose[cryptography]==3.3.0
python-multipart==0.0.5
pyyaml==6.0 ; python_version >= '3.6'
readchar==4.0.3 ; python_version >= '3.6'
requests==2.28.2
rsa==4.9 ; python_version >= '3.6' and python_version < '4'
s3transfer==0.6.0 ; python_version >= '3.7'
setuptools==67.1.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'
starlette==0.22.0 ; python_version >= '3.7'
tqdm==4.64.1 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
typing-extensions==4.4.0 ; python_version >= '3.7'
urllib3==1.26.14 ; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'
wcwidth==0.2.6
werkzeug==2.2.2
wheel==0.38.4
yarl==1.8.2 ; python_version >= '3.7'