diff --git a/backend/requirements.in b/backend/requirements.in index 9d42c56..5adbd6a 100644 --- a/backend/requirements.in +++ b/backend/requirements.in @@ -1,5 +1,5 @@ boto3==1.41.2 -Django==5.0.6 +Django==5.1.15 djangorestframework==3.15.2 djangorestframework-simplejwt==5.3.1 celery==5.4.0 diff --git a/backend/requirements.txt b/backend/requirements.txt index 38501f4..8d426b0 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -1,20 +1,46 @@ +amqp==5.3.1 +asgiref==3.11.1 +billiard==4.2.4 boto3==1.41.2 -Django==5.0.6 -djangorestframework==3.15.2 -djangorestframework-simplejwt==5.3.1 +botocore==1.41.6 +cachetools==5.5.2 celery==5.4.0 -redis==5.0.7 -psycopg2-binary==2.9.9 -python-decouple==3.8 -django-cors-headers==4.4.0 -gunicorn==22.0.0 -pulumi==3.207.0 -pulumi-aws==7.11.1 -pulumi-tls==5.3.1 -pulumi-std==2.2.0 +certifi==2026.6.17 +cffi==2.0.0 +charset-normalizer==3.4.7 +click==8.4.2 +click-didyoumean==0.3.1 +click-plugins==1.1.1.2 +click-repl==0.3.0 colorama==0.4.6 cryptography==46.0.5 +django==5.1.15 +django-cors-headers==4.4.0 +djangorestframework==3.15.2 +djangorestframework-simplejwt==5.3.1 +docker==7.1.0 google-auth==2.29.0 +gunicorn==22.0.0 +idna==3.18 +jmespath==1.1.0 +kombu==5.6.2 +packaging==26.2 +prompt-toolkit==3.0.52 +psycopg2-binary==2.9.9 +pyasn1==0.6.3 +pyasn1-modules==0.4.2 +pycparser==3.0 +pyjwt==2.13.0 +python-dateutil==2.9.0.post0 +python-decouple==3.8 +pyyaml==6.0.2 +redis==5.0.7 requests==2.32.3 -django-celery-beat==2.9.0 -PyYAML==6.0.2 +rsa==4.9.1 +s3transfer==0.15.0 +six==1.17.0 +sqlparse==0.5.5 +tzdata==2026.2 +urllib3==2.7.0 +vine==5.1.0 +wcwidth==0.8.2