requirement.txt file

This commit is contained in:
jain
2023-07-03 15:59:37 +05:30
parent a27c486c43
commit 22f1d01b94

View File

@ -8,6 +8,7 @@ async-timeout==4.0.2
billiard==4.1.0 billiard==4.1.0
boto3==1.26.157 boto3==1.26.157
botocore==1.29.157 botocore==1.29.157
cachetools==5.3.1
celery==5.3.1 celery==5.3.1
certifi==2023.5.7 certifi==2023.5.7
cffi==1.15.1 cffi==1.15.1
@ -38,6 +39,7 @@ django-timezone-field==5.1
djangorestframework==3.14.0 djangorestframework==3.14.0
djangorestframework-simplejwt==5.2.2 djangorestframework-simplejwt==5.2.2
drf-yasg==1.21.6 drf-yasg==1.21.6
google-auth==2.21.0
gunicorn==20.1.0 gunicorn==20.1.0
idna==3.4 idna==3.4
inflection==0.5.1 inflection==0.5.1
@ -50,6 +52,8 @@ phonenumbers==8.13.15
Pillow==9.5.0 Pillow==9.5.0
prompt-toolkit==3.0.38 prompt-toolkit==3.0.38
psycopg==3.1.9 psycopg==3.1.9
pyasn1==0.5.0
pyasn1-modules==0.3.0
pycparser==2.21 pycparser==2.21
pycryptodome==3.18.0 pycryptodome==3.18.0
PyJWT==2.7.0 PyJWT==2.7.0
@ -60,6 +64,7 @@ pytz==2023.3
PyYAML==6.0 PyYAML==6.0
redis==4.5.5 redis==4.5.5
requests==2.31.0 requests==2.31.0
rsa==4.9
s3transfer==0.6.1 s3transfer==0.6.1
six==1.16.0 six==1.16.0
sqlparse==0.4.4 sqlparse==0.4.4