changeset 7833:52637097d62f

setup: use an actual existing version as minimum requirement for ipaddr
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 18 Aug 2019 18:33:35 +0200
parents 75b0d3fd6303
children e6b9194ab3f8
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Wed Aug 14 20:59:27 2019 +0200
+++ b/setup.py	Sun Aug 18 18:33:35 2019 +0200
@@ -68,7 +68,7 @@
     "Paste >= 2.0.3, < 3.1",
     "bleach >= 3.0, < 3.2",
     "Click >= 7.0, < 8",
-    "ipaddr >= 2.0, < 2.3",
+    "ipaddr >= 2.1.10, < 2.3",
 ]
 
 if not is_windows: