--index-url=https://pypi.yandex-team.ru/simple/

# General
# ------------------------------------------------------------------------------
pytz==2021.3  # https://github.com/stub42/pytz
python-slugify==5.0.2  # https://github.com/un33k/python-slugify
Pillow==8.3.2  # https://github.com/python-pillow/Pillow
argon2-cffi==21.1.0  # https://github.com/hynek/argon2_cffi
whitenoise==5.3.0  # https://github.com/evansd/whitenoise
redis==3.5.3  # https://github.com/andymccurdy/redis-py
hiredis==2.0.0  # https://github.com/redis/hiredis-py
celery==5.1.2  # pyup: < 6.0  # https://github.com/celery/celery
flower==1.0.0  # https://github.com/mher/flower
uvicorn[standard]==0.15.0  # https://github.com/encode/uvicorn
psycopg2==2.9.1  # https://github.com/psycopg/psycopg2
humanize>=3.12.0  # https://github.com/jmoiron/humanize
requests>=2.26.0  # https://github.com/psf/requests
# beatlock==0.0.1  # https://github.com/kidig/beatlock
boto3==1.19.2  # https://github.com/boto/boto3
more-itertools==8.12.0  # https://github.com/more-itertools/more-itertools
pymorphy2>=0.9.1  # https://github.com/kmike/pymorphy2
filetype>=1.0.8  # https://github.com/h2non/filetype.py

# Django
# ------------------------------------------------------------------------------
django==3.1.13  # pyup: < 3.2  # https://www.djangoproject.com/
django-environ==0.7.0  # https://github.com/joke2k/django-environ
django-model-utils==4.1.1  # https://github.com/jazzband/django-model-utils
django-redis==5.0.0  # https://github.com/jazzband/django-redis
django-object-actions==3.0.2  # https://github.com/crccheck/django-object-actions
django-storages==1.12.2  # https://github.com/jschneier/django-storages
django-celery-beat==2.2.1  # https://github.com/celery/django-celery-beat
django_reverse_admin==2.9.6  # https://github.com/daniyalzade/django_reverse_admin
django-mptt==0.13.4  # https://github.com/django-mptt/django-mptt

# Django REST Framework
# ------------------------------------------------------------------------------
djangorestframework==3.12.4  # https://github.com/encode/django-rest-framework
djangorestframework-camel-case==1.2.0  # https://github.com/vbabiy/djangorestframework-camel-case
django-cors-headers==3.9.0 # https://github.com/adamchainz/django-cors-headers
drf-spectacular==0.20.2  # https://github.com/tfranzel/drf-spectacular

# Yandex
# ------------------------------------------------------------------------------
django-pgaas==0.7.2  # https://a.yandex-team.ru/arc/trunk/arcadia/library/python/django_pgaas
django-replicated==2.7  # https://github.com/yandex/django_replicated
zero-downtime-migrations==0.8  # https://github.com/yandex/zero-downtime-migrations
yandex-geocoder>=2.0.0  # https://github.com/sivakov512/yandex-geocoder
