-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
34 lines (33 loc) · 1.38 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
-i https://pypi.org/simple
asgiref==3.7.2; python_version >= '3.7'
boto3==1.28.39
botocore==1.31.39; python_version >= '3.7'
certifi==2024.7.4; python_version >= '3.6'
cffi==1.15.1; python_version >= '3.8'
charset-normalizer==3.2.0; python_full_version >= '3.7.0'
cryptography==42.0.4; python_version >= '3.7'
defusedxml==0.7.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4'
django==4.2.15
django-allauth==0.55.2
gunicorn==22.0.0; python_version >= '3.7'
idna==3.7; python_version >= '3.5'
jmespath==1.0.1; python_version >= '3.7'
oauthlib==3.2.2; python_version >= '3.6'
packaging==23.1; python_version >= '3.7'
pillow==10.3.0; python_version >= '3.8'
pipfile==0.0.2
psycopg2-binary==2.9.7
pycparser==2.21
pyjwt[crypto]==2.8.0
python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
python-dotenv==1.0.0
python3-openid==3.2.0
pytz==2023.3
redis==5.0.0
requests==2.32.2; python_version >= '3.8'
requests-oauthlib==1.3.1; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
s3transfer==0.6.2; 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'
sqlparse==0.5.0; python_version >= '3.8'
toml==0.10.2; python_version >= '2.6' and python_version not in '3.0, 3.1, 3.2, 3.3'
urllib3==1.26.19; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3, 3.4, 3.5'