Changeset - 52637097d62f
[Not reviewed]
default
0 1 0
Mads Kiilerich - 6 years ago 2019-08-18 18:33:35
mads@kiilerich.com
Grafted from: 1844ad3ab6bf
setup: use an actual existing version as minimum requirement for ipaddr
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
setup.py
Show inline comments
 
@@ -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:
0 comments (0 inline, 0 general)