diff setup.py @ 124:f49fcf9448df

Add Textile formatter.
author Ludovic Chabant <ludovic@chabant.com>
date Fri, 14 Nov 2014 22:44:59 +0100
parents ae90caf26224
children acc718ab56da
line wrap: on
line diff
--- a/setup.py	Fri Nov 14 22:43:29 2014 +0100
+++ b/setup.py	Fri Nov 14 22:44:59 2014 +0100
@@ -182,7 +182,8 @@
             'python-dateutil==2.2',
             'repoze.lru==0.6',
             'smartypants==1.8.6',
-            'strict-rfc3339==0.4'
+            'strict-rfc3339==0.4',
+            'textile==2.2.1'
             ],
         tests_require=[
             'pytest==2.6.1',