mirror of
https://github.com/leaders-of-digital-9-task/backend.git
synced 2024-11-22 01:16:33 +03:00
34 lines
1.6 KiB
Plaintext
34 lines
1.6 KiB
Plaintext
pytz==2022.5 # https://github.com/stub42/pytz
|
|
python-magic==0.4.27
|
|
python-slugify==6.1.2 # https://github.com/un33k/python-slugify
|
|
Pillow==9.2.0 # https://github.com/python-pillow/Pillow
|
|
argon2-cffi==21.3.0 # https://github.com/hynek/argon2_cffi
|
|
whitenoise==6.2.0 # https://github.com/evansd/whitenoise
|
|
redis==4.3.4 # https://github.com/redis/redis-py
|
|
hiredis==2.0.0 # https://github.com/redis/hiredis-py
|
|
celery==5.2.7 # pyup: < 6.0 # https://github.com/celery/celery
|
|
django-celery-beat==2.4.0 # https://github.com/celery/django-celery-beat
|
|
flower==1.2.0 # https://github.com/mher/flower
|
|
|
|
# Django
|
|
# ------------------------------------------------------------------------------
|
|
django==4.0.8 # pyup: < 4.1 # https://www.djangoproject.com/
|
|
django-environ==0.9.0 # https://github.com/joke2k/django-environ
|
|
django-model-utils==4.2.0 # https://github.com/jazzband/django-model-utils
|
|
django-allauth==0.51.0 # https://github.com/pennersr/django-allauth
|
|
django-crispy-forms==1.14.0 # https://github.com/django-crispy-forms/django-crispy-forms
|
|
crispy-bootstrap5==0.6 # https://github.com/django-crispy-forms/crispy-bootstrap5
|
|
django-redis==5.2.0 # https://github.com/jazzband/django-redis
|
|
# Django REST Framework
|
|
djangorestframework==3.14.0 # https://github.com/encode/django-rest-framework
|
|
django-cors-headers==3.13.0 # https://github.com/adamchainz/django-cors-headers
|
|
djangorestframework-simplejwt==5.2.2
|
|
# DRF-spectacular for api documentation
|
|
drf-spectacular==0.24.2 # https://github.com/tfranzel/drf-spectacular
|
|
|
|
|
|
pydicom==2.3.0
|
|
numpy==1.23.4
|
|
numpy-stl==2.17.1
|
|
scikit-image==0.19.3
|