2020-04-25 22:05:18 -08:00

23 lines
929 B
Plaintext

# Django
# ------------------------------------------------------------------------------
django # pyup: < 3.0 # https://www.djangoproject.com/
django-environ # https://github.com/joke2k/django-environ
django-model-utils # https://github.com/jazzband/django-model-utils
django-allauth # https://github.com/pennersr/django-allauth
django-crispy-forms # https://github.com/django-crispy-forms/django-crispy-forms
django-redis # https://github.com/niwinz/django-redis
django-anymail[mailgun] # https://github.com/anymail/django-anymail
django-debug-toolbar
django-extensions
# Django REST Framework
djangorestframework # https://github.com/encode/django-rest-framework
coreapi # https://github.com/core-api/python-client
gevent
gunicorn # https://github.com/benoitc/gunicorn
psycopg2 --no-binary psycopg2 # https://github.com/psycopg/psycopg2
# Collectfast # https://github.com/antonagestam/collectfast
python-valve