2018-06-30 11:59:23 +03:00
|
|
|
pytz==2018.5 # https://github.com/stub42/pytz
|
2018-09-03 03:13:35 +03:00
|
|
|
python-slugify==1.2.6 # https://github.com/un33k/python-slugify
|
2018-10-01 14:50:11 +03:00
|
|
|
Pillow==5.3.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-08-19 16:05:42 +03:00
|
|
|
argon2-cffi==18.3.0 # https://github.com/hynek/argon2_cffi
|
2018-03-09 12:57:32 +03:00
|
|
|
{%- if cookiecutter.use_whitenoise == 'y' %}
|
2018-09-12 22:23:28 +03:00
|
|
|
whitenoise==4.1 # https://github.com/evansd/whitenoise
|
2018-03-09 12:57:32 +03:00
|
|
|
{%- endif %}
|
|
|
|
redis>=2.10.5 # https://github.com/antirez/redis
|
|
|
|
{%- if cookiecutter.use_celery == "y" %}
|
2018-07-18 14:03:29 +03:00
|
|
|
celery==4.2.1 # pyup: <5.0 # https://github.com/celery/celery
|
2018-06-27 19:33:21 +03:00
|
|
|
{%- if cookiecutter.use_docker == 'y' %}
|
|
|
|
flower==0.9.2 # https://github.com/mher/flower
|
|
|
|
{%- endif %}
|
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-10-01 14:50:15 +03:00
|
|
|
django==2.0.9 # pyup: < 2.1 # https://www.djangoproject.com/
|
2018-06-26 10:53:36 +03:00
|
|
|
django-environ==0.4.5 # https://github.com/joke2k/django-environ
|
2018-05-11 00:16:42 +03:00
|
|
|
django-model-utils==3.1.2 # https://github.com/jazzband/django-model-utils
|
2018-10-04 00:15:29 +03:00
|
|
|
django-allauth==0.38.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
|
2018-04-06 19:40:11 +03:00
|
|
|
djangorestframework==3.8.2 # https://github.com/encode/django-rest-framework
|
2018-03-17 14:58:16 +03:00
|
|
|
coreapi==2.3.3 # https://github.com/core-api/python-client
|