diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1,6 +1,5 @@ #!/usr/bin/env python import os -import sys from setuptools import setup ROOT_DIR = os.path.dirname(__file__) @@ -14,7 +13,7 @@ requirements = [ extras_require = { ':python_version < "3.5"': 'backports.ssl_match_hostname >= 3.5', - ':python_version < "3.5"': 'ipaddress', + ':python_version < "3.3"': 'ipaddress >= 1.0.16', } exec(open('docker/version.py').read()) |