diff setup.py @ 7809:cbb85dc11e3a

lib: use ipaddr from pip instead of vendoring it
author Mads Kiilerich <mads@kiilerich.com>
date Sun, 04 Aug 2019 01:08:08 +0200
parents 2d2fcf8f4221
children 0a277465fddf
line wrap: on
line diff
--- a/setup.py	Sat Aug 03 22:55:46 2019 +0200
+++ b/setup.py	Sun Aug 04 01:08:08 2019 +0200
@@ -63,6 +63,7 @@
     "Paste >= 2.0.3, < 3.1",
     "bleach >= 3.0, < 3.2",
     "Click >= 7.0, < 8",
+    "ipaddr >= 2.0, < 2.3",
 ]
 
 if not is_windows: