mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-31 10:19:54 +03:00
third try on base.txt
This commit is contained in:
parent
22bb55d30c
commit
8a164278e9
|
@ -13,7 +13,7 @@ django==1.9.8
|
|||
django-environ==0.4.0
|
||||
{%- if cookiecutter.use_whitenoise == 'y' -%}
|
||||
whitenoise==3.2
|
||||
{%- endif -%}
|
||||
{%- endif %}
|
||||
|
||||
# Forms
|
||||
django-braces==1.9.0
|
||||
|
@ -30,10 +30,10 @@ Pillow==3.3.0
|
|||
# Well-built with regular release cycles!
|
||||
django-allauth==0.26.1
|
||||
|
||||
{%- if cookiecutter.windows == 'y' -%}
|
||||
{% if cookiecutter.windows == 'y' -%}
|
||||
# On Windows, you must download/install psycopg2 manually
|
||||
# from http://www.lfd.uci.edu/~gohlke/pythonlibs/#psycopg
|
||||
{% else %}
|
||||
{% else -%}
|
||||
# Python-PostgreSQL Database Adapter
|
||||
psycopg2==2.6.2
|
||||
{%- endif %}
|
||||
|
@ -49,17 +49,17 @@ pytz==2016.6.1
|
|||
django-redis==4.4.4
|
||||
redis>=2.10.0
|
||||
|
||||
{%- if cookiecutter.use_celery == "y" -%}
|
||||
{% if cookiecutter.use_celery == "y" -%}
|
||||
celery==3.1.23
|
||||
{%- endif %}
|
||||
|
||||
{%- if cookiecutter.use_compressor == "y" -%}
|
||||
{% if cookiecutter.use_compressor == "y" -%}
|
||||
django_compressor==2.0
|
||||
{%- endif %}
|
||||
|
||||
{%- if cookiecutter.js_task_runner == 'Webpack' -%}
|
||||
# Webpack
|
||||
django-webpack-loader==0.3.3
|
||||
{%- endif -%}
|
||||
{%- endif %}
|
||||
|
||||
# Your custom requirements go here
|
||||
|
|
Loading…
Reference in New Issue
Block a user