-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
23 lines (23 loc) · 915 Bytes
/
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
-i https://pypi.org/simple
asgiref==3.7.2; python_version >= '3.7'
boto3==1.34.16
botocore==1.34.16; python_version >= '3.8'
certifi==2023.11.17; python_version >= '3.6'
charset-normalizer==3.3.2; python_full_version >= '3.7.0'
crispy-tailwind==1.0.0
django-crispy-forms==2.1; python_version >= '3.8'
django-storages==1.14.2
django-tailwind==3.6.0
django==4.2.8
idna==3.6; python_version >= '3.5'
jmespath==1.0.1; python_version >= '3.7'
pillow==10.2.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
requests==2.31.0; python_version >= '3.0'
s3transfer==0.10.0; python_version >= '3.8'
six==1.16.0; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3'
sqlparse==0.4.4; python_version >= '3.5'
stripe==7.11.0
typing-extensions==4.9.0; python_version < '3.11' and python_version >= '3.7'
urllib3==1.26.18; python_version < '3.10'