changeset 359:90926c17779c

Fix `requirements` file, add `dev-requirements`.
author Ludovic Chabant <ludovic@chabant.com>
date Sun, 20 Sep 2015 19:18:00 -0700
parents 0698b546e278
children a78a4b20b720
files dev-requirements.txt requirements.txt
diffstat 2 files changed, 4 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/dev-requirements.txt	Sun Sep 20 19:18:00 2015 -0700
@@ -0,0 +1,3 @@
+py==1.4.26
+pytest==2.5.2
+
--- a/requirements.txt	Sun Sep 20 19:11:28 2015 -0700
+++ b/requirements.txt	Sun Sep 20 19:18:00 2015 -0700
@@ -5,10 +5,8 @@
 Jinja2==2.7.3
 Markdown==2.2.1
 MarkupSafe==0.23
-py==1.4.26
 Pygments==1.6
-pytest==2.5.2
-python-hglib===unknown
+python-hglib===1.8
 repoze.lru==0.6
 SQLAlchemy==0.9.3
 Werkzeug==0.10.4