From e78dfd454fafc3d2513e69c37480c7de7885e608 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Sun, 20 Jan 2013 12:11:08 -0500 Subject: [PATCH] Removing a bunch of unused requirements. --- local_settings-template.py | 5 ++++- requirements.txt | 10 +--------- settings.py | 1 - 3 files changed, 5 insertions(+), 11 deletions(-) diff --git a/local_settings-template.py b/local_settings-template.py index ce09b5e..136c6b6 100644 --- a/local_settings-template.py +++ b/local_settings-template.py @@ -62,4 +62,7 @@ HAYSTACK_CONNECTIONS = { }, } -INSTALLED_APPS += ('django_extensions',) +INSTALLED_APPS += ( + 'debug_toolbar', + 'django_extensions', +) diff --git a/requirements.txt b/requirements.txt index 83cf49f..9d6a9ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,17 +1,13 @@ -BeautifulSoup -boto -biplist Django django-annoying -django-appconf django-bcrypt +django-debug-toolbar django-extensions django-markdown-deux django-pagination django-taggit django-templatetag-sugar gunicorn -lxml parsedatetime psycopg2 pyelasticsearch @@ -19,14 +15,10 @@ Pygments python-memcached python-postmark pyyaml -simplejson South -uuid -versiontools Werkzeug git+https://github.com/toastdriven/django-haystack.git@master#egg=django-haystack hg+https://bitbucket.org/ubernostrum/django-registration#egg=django-registration git+https://github.com/toastdriven/django-tastypie.git#egg=django-tastypie -git+git://github.com/jbalogh/django-cache-machine.git#egg=django-cache-machine git+git://github.com/mintchaos/typogrify.git#egg=typogrify diff --git a/settings.py b/settings.py index 4353549..a037eef 100644 --- a/settings.py +++ b/settings.py @@ -89,7 +89,6 @@ INSTALLED_APPS = ( 'django.contrib.staticfiles', 'django.contrib.admin', - 'debug_toolbar', 'django_bcrypt', 'haystack', 'markdown_deux',