Added django requirements
This commit is contained in:
parent
5f37772e6d
commit
6e89637926
1 changed files with 55 additions and 0 deletions
55
requirements/django.txt
Normal file
55
requirements/django.txt
Normal file
|
|
@ -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
|
||||||
Loading…
Reference in a new issue