Skip to content

Commit

Permalink
add more precise dependency for easy-thumbnails in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanfoulis committed May 29, 2011
1 parent 4d5e915 commit 3c37427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def read(fname):

install_requires = [
'setuptools',
'easy-thumbnails',
'easy-thumbnails>=1.0-alpha-17',
'django-mptt>=0.2.1',
'django_polymorphic',
]
Expand Down

0 comments on commit 3c37427

Please sign in to comment.