From 6e89637926814193fa1a13a3e1fc8f8dfd808ce7 Mon Sep 17 00:00:00 2001 From: Viswamedha Nalabotu Date: Sat, 17 Jan 2026 13:37:24 +0000 Subject: [PATCH] Added django requirements --- requirements/django.txt | 55 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) create mode 100644 requirements/django.txt diff --git a/requirements/django.txt b/requirements/django.txt new file mode 100644 index 0000000..2e72ac5 --- /dev/null +++ b/requirements/django.txt @@ -0,0 +1,55 @@ +amqp==5.3.1 +asgiref==3.11.0 +attrs==25.4.0 +autobahn==25.12.2 +Automat==25.4.16 +billiard==4.2.4 +cbor2==5.8.0 +celery==5.6.2 +cffi==2.0.0 +channels==4.3.2 +channels_redis==4.3.0 +click==8.3.1 +click-didyoumean==0.3.1 +click-plugins==1.1.1.2 +click-repl==0.3.0 +colorama==0.4.6 +constantly==23.10.4 +cron_descriptor==2.0.6 +cryptography==46.0.3 +daphne==4.2.1 +Django==5.2.10 +django-celery-beat==2.8.1 +django-jazzmin==3.0.1 +django-timezone-field==7.2.1 +django_celery_results==2.6.0 +djangorestframework==3.16.1 +hyperlink==21.0.0 +idna==3.11 +Incremental==24.11.0 +kombu==5.6.2 +msgpack==1.1.2 +packaging==25.0 +prompt_toolkit==3.0.52 +psycopg2-binary==2.9.10 +py-ubjson==0.16.1 +pyasn1==0.6.2 +pyasn1_modules==0.4.2 +pycparser==2.23 +pyOpenSSL==25.3.0 +python-crontab==3.3.0 +python-dateutil==2.9.0.post0 +redis==7.1.0 +service-identity==24.2.0 +six==1.17.0 +sqlparse==0.5.5 +Twisted==25.5.0 +txaio==25.12.2 +typing_extensions==4.15.0 +tzdata==2025.3 +tzlocal==5.3.1 +ujson==5.11.0 +vine==5.1.0 +wcwidth==0.2.14 +whitenoise==6.11.0 +zope.interface==8.2