2019-01-13 16:48:23 +03:00
|
|
|
pytz==2018.9 # https://github.com/stub42/pytz
|
2019-03-26 14:00:35 +03:00
|
|
|
python-slugify==3.0.1 # https://github.com/un33k/python-slugify
|
2019-01-07 02:04:50 +03:00
|
|
|
Pillow==5.4.1 # https://github.com/python-pillow/Pillow
|
2018-03-09 12:57:32 +03:00
|
|
|
{%- if cookiecutter.use_compressor == "y" %}
|
2019-04-01 10:47:46 +03:00
|
|
|
rcssmin==1.0.6{% if cookiecutter.windows == 'y' and cookiecutter.use_docker == 'n' %} --install-option="--without-c-extensions"{% endif %} # https://github.com/ndparker/rcssmin
|
2015-04-29 06:09:43 +03:00
|
|
|
{%- endif %}
|
2019-01-22 14:30:37 +03:00
|
|
|
argon2-cffi==19.1.0 # https://github.com/hynek/argon2_cffi
|
2018-03-09 12:57:32 +03:00
|
|
|
{%- if cookiecutter.use_whitenoise == 'y' %}
|
2018-11-20 05:10:30 +03:00
|
|
|
whitenoise==4.1.2 # https://github.com/evansd/whitenoise
|
2018-03-09 12:57:32 +03:00
|
|
|
{%- endif %}
|
2019-03-20 15:09:43 +03:00
|
|
|
redis==3.2.1 # https://github.com/antirez/redis
|
2018-03-09 12:57:32 +03:00
|
|
|
{%- if cookiecutter.use_celery == "y" %}
|
2018-11-18 20:49:55 +03:00
|
|
|
celery==4.2.1 # pyup: < 5.0 # https://github.com/celery/celery
|
2019-03-12 17:38:43 +03:00
|
|
|
kombu==4.4.0 # https://github.com/celery/kombu
|
2018-06-27 19:33:21 +03:00
|
|
|
{%- if cookiecutter.use_docker == 'y' %}
|
2019-03-19 15:30:19 +03:00
|
|
|
flower==0.9.3 # https://github.com/mher/flower
|
2018-06-27 19:33:21 +03:00
|
|
|
{%- 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
|
|
|
|
# ------------------------------------------------------------------------------
|
2019-02-16 14:34:11 +03:00
|
|
|
django==2.0.13 # 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
|
2019-03-21 19:00:57 +03:00
|
|
|
django-allauth==0.39.1 # 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 %}
|
2018-11-19 13:19:54 +03:00
|
|
|
django-redis==4.10.0 # https://github.com/niwinz/django-redis
|
2018-03-17 14:58:16 +03:00
|
|
|
|
|
|
|
# Django REST Framework
|
2019-03-21 19:01:00 +03:00
|
|
|
djangorestframework==3.9.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
|