# HG changeset patch # User Ludovic Chabant # Date 1442801880 25200 # Node ID 90926c17779c6a46d0b94ea4b8a06007980ca32e # Parent 0698b546e2782bab48175763b68dc682719540c8 Fix `requirements` file, add `dev-requirements`. diff -r 0698b546e278 -r 90926c17779c dev-requirements.txt --- /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 + diff -r 0698b546e278 -r 90926c17779c requirements.txt --- 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