Skip to content
This repository has been archived by the owner on Oct 22, 2019. It is now read-only.

Commit

Permalink
update html2text version
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardoo committed Feb 4, 2015
1 parent 4b5dd73 commit fc72186
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -11,7 +11,7 @@
"``long_description`` (%s)\n" % readme_file)
sys.exit(1)

install_requires = ['easy_thumbnails', 'django-guardian', 'html2text']
install_requires = ['easy_thumbnails', 'django-guardian', 'html2text==2014.12.29']
try:
from collections import OrderedDict
except ImportError:
Expand Down

0 comments on commit fc72186

Please sign in to comment.