##// END OF EJS Templates
setup: support Mercurial 5.3...
Mads Kiilerich -
r8052:c440bfd4 default
parent child Browse files
Show More
@@ -62,7 +62,7 b' requirements = ['
62 "URLObject >= 2.3.4, < 2.5",
62 "URLObject >= 2.3.4, < 2.5",
63 "Routes >= 2.0, < 2.5",
63 "Routes >= 2.0, < 2.5",
64 "dulwich >= 0.19.0, < 0.20",
64 "dulwich >= 0.19.0, < 0.20",
65 "mercurial >= 5.1, < 5.3",
65 "mercurial >= 5.1, < 5.4",
66 "decorator >= 4.2.1, < 4.5",
66 "decorator >= 4.2.1, < 4.5",
67 "Paste >= 2.0.3, < 3.1",
67 "Paste >= 2.0.3, < 3.1",
68 "bleach >= 3.0, < 3.2",
68 "bleach >= 3.0, < 3.2",
General Comments 0
You need to be logged in to leave comments. Login now