# HG changeset patch # User Mads Kiilerich # Date 2019-08-18 18:33:35 # Node ID 52637097d62f793c09f37eb0af0c253edeb39710 # Parent 75b0d3fd6303ecb56e4699763d514dcedf204218 setup: use an actual existing version as minimum requirement for ipaddr diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -68,7 +68,7 @@ requirements = [ "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: