2019-10-07 14:00:36 +03:00
|
|
|
pytz==2019.3 # https://github.com/stub42/pytz
|
2019-10-21 14:00:29 +03:00
|
|
|
python-slugify==4.0.0 # https://github.com/un33k/python-slugify
|
2020-01-02 14:00:30 +03:00
|
|
|
Pillow==7.0.0 # 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-10-28 14:00:33 +03:00
|
|
|
argon2-cffi==19.2.0 # https://github.com/hynek/argon2_cffi
|
2018-03-09 12:57:32 +03:00
|
|
|
{%- if cookiecutter.use_whitenoise == 'y' %}
|
2019-12-13 14:00:31 +03:00
|
|
|
whitenoise==5.0.1 # https://github.com/evansd/whitenoise
|
2018-03-09 12:57:32 +03:00
|
|
|
{%- endif %}
|
2019-10-14 14:00:29 +03:00
|
|
|
redis==3.3.11 # https://github.com/antirez/redis
|
2018-03-09 12:57:32 +03:00
|
|
|
{%- if cookiecutter.use_celery == "y" %}
|
2019-12-16 14:00:30 +03:00
|
|
|
celery==4.4.0 # pyup: < 5.0 # https://github.com/celery/celery
|
2019-05-31 02:42:19 +03:00
|
|
|
django-celery-beat==1.5.0 # https://github.com/celery/django-celery-beat
|
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-12-18 14:00:31 +03:00
|
|
|
django==2.2.9 # pyup: < 3.0 # https://www.djangoproject.com/
|
2018-06-26 10:53:36 +03:00
|
|
|
django-environ==0.4.5 # https://github.com/joke2k/django-environ
|
2019-12-12 14:00:35 +03:00
|
|
|
django-model-utils==4.0.0 # https://github.com/jazzband/django-model-utils
|
2019-12-19 14:00:30 +03:00
|
|
|
django-allauth==0.41.0 # https://github.com/pennersr/django-allauth
|
2019-11-23 14:00:37 +03:00
|
|
|
django-crispy-forms==1.8.1 # https://github.com/django-crispy-forms/django-crispy-forms
|
2018-03-09 12:57:32 +03:00
|
|
|
{%- if cookiecutter.use_compressor == "y" %}
|
2019-12-31 14:00:30 +03:00
|
|
|
django-compressor==2.4 # https://github.com/django-compressor/django-compressor
|
2018-03-09 12:57:32 +03:00
|
|
|
{%- endif %}
|
2019-12-14 14:00:29 +03:00
|
|
|
django-redis==4.11.0 # https://github.com/niwinz/django-redis
|
2018-03-17 14:58:16 +03:00
|
|
|
|
|
|
|
# Django REST Framework
|
2019-12-13 14:00:36 +03:00
|
|
|
djangorestframework==3.11.0 # 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
|