install ipaddr for python2, appendum to #32
This commit is contained in:
parent
80aaf15128
commit
29170ac258
2
setup.py
2
setup.py
@ -11,7 +11,7 @@ if (3, 0) <= sys.version_info < (3, 3):
|
|||||||
raise SystemExit("Python 3.0, 3.1 and 3.2 are not supported")
|
raise SystemExit("Python 3.0, 3.1 and 3.2 are not supported")
|
||||||
|
|
||||||
if sys.version_info < (3, 0):
|
if sys.version_info < (3, 0):
|
||||||
requires += ['ipaddress', 'configparser', 'werkzeug>=0.8']
|
requires += ['ipaddr>=2.1', 'configparser', 'werkzeug>=0.8']
|
||||||
else:
|
else:
|
||||||
requires += ['werkzeug>=0.9']
|
requires += ['werkzeug>=0.9']
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user