Skip to content

Commit

Permalink
Add email-bandit to setup extras.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrmachine committed Nov 14, 2018
1 parent 8206804 commit 9f601e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project_template/requirements.in
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# -e ..[celery,celery-email,compressor,datadog,debug-toolbar,extensions,logentries,master-password,newrelic,nose,post-office,postgres,pydevd,sentry,storages,whitenoise] # haystack,
-e git+https://github.com/ixc/ixc-django-docker.git@master#egg=ixc-django-docker[celery,celery-email,compressor,datadog,debug-toolbar,extensions,logentries,master-password,newrelic,nose,post-office,postgres,pydevd,sentry,storages,whitenoise] # haystack,
# -e ..[celery,celery-email,compressor,datadog,debug-toolbar,email-bandit,extensions,logentries,master-password,newrelic,nose,post-office,postgres,pydevd,sentry,storages,whitenoise] # haystack,
-e git+https://github.com/ixc/ixc-django-docker.git@master#egg=ixc-django-docker[celery,celery-email,compressor,datadog,debug-toolbar,email-bandit,extensions,logentries,master-password,newrelic,nose,post-office,postgres,pydevd,sentry,storages,whitenoise] # haystack,
3 changes: 3 additions & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@
'debug-toolbar': [
'django-debug-toolbar',
],
'email-bandit': [
'django-email-bandit',
],
'extensions': [
'django-extensions>=1.4.5', # For `clear_cache` management command
],
Expand Down

0 comments on commit 9f601e6

Please sign in to comment.