# HG changeset patch # User Ludovic Chabant # Date 1420415917 28800 # Node ID 31eaffd0afd7fe9d8aa562aa634e4398e72c0560 # Parent d5b7c2a4ec9d899863a96bdacd5cf1b251474764 build: Add `pystache` to `requirements.txt`. diff -r d5b7c2a4ec9d -r 31eaffd0afd7 requirements.txt --- a/requirements.txt Sun Jan 04 15:49:31 2015 -0800 +++ b/requirements.txt Sun Jan 04 15:58:37 2015 -0800 @@ -1,18 +1,20 @@ +colorama==0.3.1 +compressinja==0.0.2 Jinja2==2.7.3 Markdown==2.4.1 MarkupSafe==0.23 -PyYAML==3.11 -Pygments==1.6 -Werkzeug==0.9.6 -colorama==0.3.1 -compressinja==0.0.2 mock==1.0.1 py==1.4.23 +Pygments==1.6 +pystache==0.5.4 pytest==2.6.1 pytest-mock==0.2.0 python-dateutil==2.2 +PyYAML==3.11 +regex==2014.12.24 repoze.lru==0.6 six==1.7.3 smartypants==1.8.6 strict-rfc3339==0.4 textile==2.2.1 +Werkzeug==0.9.6