# HG changeset patch # User Mads Kiilerich # Date 2018-09-01 02:14:29 # 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 --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ requirements = [ "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",