changeset 7371:33bdabfa67b8

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 .
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 01 Sep 2018 02:14:29 +0200
parents 66bd06015fb1
children 55fc0bcce916
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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",