comparison setup.py @ 8033:1e8b300b0540

hg: bump minimum version to 5.1 We will soon move to Python 3 which only will support 5.1 or later. Remove old hacks and tech debt. Also avoids future warning: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 25 Dec 2019 15:39:33 +0100
parents 18d146a04fde
children a553bc3a3d0e
comparison
equal deleted inserted replaced
8032:287b5f1cb40a 8033:1e8b300b0540
60 "Markdown >= 2.2.1, < 3.2", 60 "Markdown >= 2.2.1, < 3.2",
61 "docutils >= 0.11, < 0.15", 61 "docutils >= 0.11, < 0.15",
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.14.1, < 0.20", 64 "dulwich >= 0.14.1, < 0.20",
65 "mercurial >= 4.5, < 5.3", 65 "mercurial >= 5.1, < 5.3",
66 "decorator >= 3.3.2, < 4.5", 66 "decorator >= 3.3.2, < 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",
69 "Click >= 7.0, < 8", 69 "Click >= 7.0, < 8",
70 "ipaddr >= 2.1.10, < 2.3", 70 "ipaddr >= 2.1.10, < 2.3",