Skip to content

Commit

Permalink
removed dependencies on easy_thumbnails
Browse files Browse the repository at this point in the history
  • Loading branch information
barszczmm committed Feb 10, 2012
1 parent f279e91 commit 2844baf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
3 changes: 0 additions & 3 deletions pip-requirements.txt
Expand Up @@ -4,8 +4,5 @@ http://www.djangoproject.com/download/1.3/tarball/
# Imaging library needed for easy_thumbnails
http://effbot.org/downloads/Imaging-1.1.7.tar.gz

# Thumbails used for mugshots
easy-thumbnails

# Django-south for migrations
South
1 change: 0 additions & 1 deletion setup.py
Expand Up @@ -24,7 +24,6 @@
include_package_data=True,
install_requires = [
'Django>=1.2.1',
'easy_thumbnails',
### Required to build documentation
# 'sphinx',
# 'south',
Expand Down
2 changes: 1 addition & 1 deletion userena/settings.py
Expand Up @@ -65,7 +65,7 @@

USERENA_MUGSHOT_CROP_APP = getattr(settings,
'USERENA_MUGSHOT_CROP_APP',
'easy_thumbnails')
'PIL')

USERENA_MUGSHOT_CROP_TYPE = getattr(settings,
'USERENA_MUGSHOT_CROP_TYPE',
Expand Down

0 comments on commit 2844baf

Please sign in to comment.