2018-03-09 12:57:32 +03:00
|
|
|
pytz==2018.3 # https://github.com/stub42/pytz
|
|
|
|
awesome-slugify==1.6.5 # https://github.com/dimka665/awesome-slugify
|
2018-04-03 04:50:34 +03:00
|
|
|
Pillow==5.1.0 # https://github.com/python-pillow/Pillow
|
2018-03-09 12:57:32 +03:00
|
|
|
{%- if cookiecutter.use_compressor == "y" %}
|
|
|
|
rcssmin==1.0.6{% if cookiecutter.windows == 'y' %} --install-option="--without-c-extensions"{% endif %} # https://github.com/ndparker/rcssmin
|
2015-04-29 06:09:43 +03:00
|
|
|
{%- endif %}
|
2018-03-09 12:57:32 +03:00
|
|
|
argon2-cffi==18.1.0 # https://github.com/hynek/argon2_cffi
|
|
|
|
{%- if cookiecutter.use_whitenoise == 'y' %}
|
|
|
|
whitenoise==3.3.1 # https://github.com/evansd/whitenoise
|
|
|
|
{%- endif %}
|
|
|
|
redis>=2.10.5 # https://github.com/antirez/redis
|
|
|
|
{%- if cookiecutter.use_celery == "y" %}
|
|
|
|
celery==3.1.25 # pyup: <4.0 # https://github.com/celery/celery
|
2015-10-20 02:02:42 +03:00
|
|
|
{%- endif %}
|
2013-08-15 21:47:35 +04:00
|
|
|
|
2018-03-09 12:57:32 +03:00
|
|
|
# Django
|
|
|
|
# ------------------------------------------------------------------------------
|
2018-04-03 10:46:34 +03:00
|
|
|
django==2.0.4 # pyup: < 2.1 # https://www.djangoproject.com/
|
2018-03-09 12:57:32 +03:00
|
|
|
django-environ==0.4.4 # https://github.com/joke2k/django-environ
|
|
|
|
django-model-utils==3.1.1 # https://github.com/jazzband/django-model-utils
|
|
|
|
django-allauth==0.35.0 # https://github.com/pennersr/django-allauth
|
2018-03-09 19:21:40 +03:00
|
|
|
django-crispy-forms==1.7.2 # https://github.com/django-crispy-forms/django-crispy-forms
|
2018-03-09 12:57:32 +03:00
|
|
|
{%- if cookiecutter.use_compressor == "y" %}
|
|
|
|
django-compressor==2.2 # https://github.com/django-compressor/django-compressor
|
|
|
|
{%- endif %}
|
|
|
|
django-redis==4.9.0 # https://github.com/niwinz/django-redis
|
2018-03-17 14:58:16 +03:00
|
|
|
|
|
|
|
# Django REST Framework
|
|
|
|
djangorestframework==3.7.7 # https://github.com/encode/django-rest-framework
|
|
|
|
coreapi==2.3.3 # https://github.com/core-api/python-client
|