Skip to content

Commit e78dfd4

Browse files
committed
Removing a bunch of unused requirements.
1 parent dda0d38 commit e78dfd4

File tree

3 files changed

+5
-11
lines changed

3 files changed

+5
-11
lines changed

local_settings-template.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,7 @@
6262
},
6363
}
6464

65-
INSTALLED_APPS += ('django_extensions',)
65+
INSTALLED_APPS += (
66+
'debug_toolbar',
67+
'django_extensions',
68+
)

requirements.txt

+1-9
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,24 @@
1-
BeautifulSoup
2-
boto
3-
biplist
41
Django
52
django-annoying
6-
django-appconf
73
django-bcrypt
4+
django-debug-toolbar
85
django-extensions
96
django-markdown-deux
107
django-pagination
118
django-taggit
129
django-templatetag-sugar
1310
gunicorn
14-
lxml
1511
parsedatetime
1612
psycopg2
1713
pyelasticsearch
1814
Pygments
1915
python-memcached
2016
python-postmark
2117
pyyaml
22-
simplejson
2318
South
24-
uuid
25-
versiontools
2619
Werkzeug
2720

2821
git+https://github.com/toastdriven/django-haystack.git@master#egg=django-haystack
2922
hg+https://bitbucket.org/ubernostrum/django-registration#egg=django-registration
3023
git+https://github.com/toastdriven/django-tastypie.git#egg=django-tastypie
31-
git+git://github.com/jbalogh/django-cache-machine.git#egg=django-cache-machine
3224
git+git://github.com/mintchaos/typogrify.git#egg=typogrify

settings.py

-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@
8989
'django.contrib.staticfiles',
9090
'django.contrib.admin',
9191

92-
'debug_toolbar',
9392
'django_bcrypt',
9493
'haystack',
9594
'markdown_deux',

0 commit comments

Comments
 (0)