mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-25 00:34:18 +03:00
Revert "Move sentry-sdk requirement to base.txt"
This reverts commit 2d84fe89dd
.
This commit is contained in:
parent
2d84fe89dd
commit
1858fc2be8
|
@ -27,9 +27,6 @@ flower==0.9.7 # https://github.com/mher/flower
|
|||
{%- if cookiecutter.use_async == 'y' %}
|
||||
uvicorn[standard]==0.13.3 # https://github.com/encode/uvicorn
|
||||
{%- endif %}
|
||||
{%- if cookiecutter.use_sentry == "y" %}
|
||||
sentry-sdk==0.19.5 # https://github.com/getsentry/sentry-python
|
||||
{%- endif %}
|
||||
|
||||
# Django
|
||||
# ------------------------------------------------------------------------------
|
||||
|
|
|
@ -7,6 +7,9 @@ psycopg2==2.8.6 # https://github.com/psycopg/psycopg2
|
|||
{%- if cookiecutter.use_whitenoise == 'n' %}
|
||||
Collectfast==2.2.0 # https://github.com/antonagestam/collectfast
|
||||
{%- endif %}
|
||||
{%- if cookiecutter.use_sentry == "y" %}
|
||||
sentry-sdk==0.19.5 # https://github.com/getsentry/sentry-python
|
||||
{%- endif %}
|
||||
{%- if cookiecutter.use_docker == "n" and cookiecutter.windows == "y" %}
|
||||
hiredis==1.1.0 # https://github.com/redis/hiredis-py
|
||||
{%- endif %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user