[#5245] bump html2text versions
diff --git a/requirements-sf.txt b/requirements-sf.txt
index ecb7123..251f89f 100644
--- a/requirements-sf.txt
+++ b/requirements-sf.txt
@@ -12,7 +12,7 @@
 SQLAlchemy==0.7.2
 sqlalchemy-migrate==0.7.1
 pyzmq==2.1.7
-html2text==3.200.3dev-20121105
+html2text==3.200.3dev-20121112
 
 # for the migration scripts only
 postmarkup==1.2.0
diff --git a/requirements.txt b/requirements.txt
index ba83bbf..6b7a5fc 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -3,7 +3,8 @@
 # note: this is a GPL library
 # use the bleeding edge since stable release 3.200.3 doesn't have
 # https://github.com/aaronsw/html2text/commit/a5c0f3317edd1c9b61f89539b6a6e8363cf99225
--e git://github.com/aaronsw/html2text.git#egg=html2text
+# or many other escaping/formatting improvements
+-e git://github.com/brondsem/html2text.git#egg=html2text
 
 # Include our common requirements
 -r requirements-common.txt