Removing a bunch of unused requirements.

master
Nick Sergeant 2013-01-20 12:11:08 -05:00
parent dda0d380a8
commit e78dfd454f
3 changed files with 5 additions and 11 deletions

View File

@ -62,4 +62,7 @@ HAYSTACK_CONNECTIONS = {
},
}
INSTALLED_APPS += ('django_extensions',)
INSTALLED_APPS += (
'debug_toolbar',
'django_extensions',
)

View File

@ -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

View File

@ -89,7 +89,6 @@ INSTALLED_APPS = (
'django.contrib.staticfiles',
'django.contrib.admin',
'debug_toolbar',
'django_bcrypt',
'haystack',
'markdown_deux',