-
Notifications
You must be signed in to change notification settings - Fork 0
/
requirements.txt
20 lines (17 loc) · 950 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Celery - Redis
# ------------------------------------------------------------------------------
celery==4.2.1 # pyup: < 6.0 # https://github.com/celery/celery
# flower==1.0.0 # https://github.com/mher/flower
redis==4.1.0 # https://github.com/redis/redis-py
# Django
# ------------------------------------------------------------------------------
django==3.2.11 # pyup: < 4.0 # https://www.djangoproject.com/
django-redis==5.2.0 # https://github.com/jazzband/django-redis
# django-celery-beat==2.2.1 # https://github.com/celery/django-celery-beat
psycopg2-binary==2.9.3 # https://github.com/psycopg/psycopg2
django_filter==2.4.0 # https://github.com/carltongibson/django-filter
# Django REST Framework
djangorestframework==3.13.1 # https://github.com/encode/django-rest-framework
django-cors-headers==3.10.1 # https://github.com/adamchainz/django-cors-headers
# Logging
sentry-sdk==1.5.1 # https://github.com/getsentry/sentry-python