# HG changeset patch # User Mads Kiilerich # Date 1535760869 -7200 # Node ID 33bdabfa67b84799ee8c267bf62d3e74142a0706 # Parent 66bd06015fb110093d40057c0ea26f0a0210d684 setup: clarify that we require Routes less than 2.0 The next version after 1.13 is currently 2.0 and breaks test_files.py test_file_annotation and test_file_annotation_git . diff -r 66bd06015fb1 -r 33bdabfa67b8 setup.py --- a/setup.py Sat Sep 01 02:10:28 2018 +0200 +++ b/setup.py Sat Sep 01 02:14:29 2018 +0200 @@ -55,7 +55,7 @@ "Markdown == 2.2.1", "docutils >= 0.8.1", "URLObject == 2.3.4", - "Routes == 1.13", + "Routes >= 1.13, < 2", "dulwich >= 0.14.1", "mercurial >= 4.1.1, < 4.8", "decorator >= 3.3.2",