comparison setup.py @ 7234:0bf6ccd6f67c

setup: support Mercurial 4.5.x This requires passing an extra parameter to memctx __init__ after https://www.mercurial-scm.org/repo/hg/rev/8a0cac20a1ad .
author Mads Kiilerich <mads@kiilerich.com>
date Mon, 02 Apr 2018 14:22:11 +0200
parents 0e83a1bf6e49
children 91b3c9016600
comparison
equal deleted inserted replaced
7233:0e83a1bf6e49 7234:0bf6ccd6f67c
55 "markdown==2.2.1", 55 "markdown==2.2.1",
56 "docutils>=0.8.1", 56 "docutils>=0.8.1",
57 "URLObject==2.3.4", 57 "URLObject==2.3.4",
58 "Routes==1.13", 58 "Routes==1.13",
59 "dulwich>=0.14.1", 59 "dulwich>=0.14.1",
60 "mercurial>=4.0,<4.5", 60 "mercurial>=4.0,<4.6",
61 "decorator >= 3.3.2", 61 "decorator >= 3.3.2",
62 "Paste >= 2.0.3, < 3.0", 62 "Paste >= 2.0.3, < 3.0",
63 ] 63 ]
64 64
65 if sys.version_info < (2, 7): 65 if sys.version_info < (2, 7):