Mercurial > piecrust2
comparison 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 |
comparison
equal
deleted
inserted
replaced
123:b6f79f23904a | 124:f49fcf9448df |
---|---|
180 'mock==1.0.1', | 180 'mock==1.0.1', |
181 'py==1.4.23', | 181 'py==1.4.23', |
182 'python-dateutil==2.2', | 182 'python-dateutil==2.2', |
183 'repoze.lru==0.6', | 183 'repoze.lru==0.6', |
184 'smartypants==1.8.6', | 184 'smartypants==1.8.6', |
185 'strict-rfc3339==0.4' | 185 'strict-rfc3339==0.4', |
186 'textile==2.2.1' | |
186 ], | 187 ], |
187 tests_require=[ | 188 tests_require=[ |
188 'pytest==2.6.1', | 189 'pytest==2.6.1', |
189 'pytest-mock==0.2.0' | 190 'pytest-mock==0.2.0' |
190 ], | 191 ], |