Update netifaces dependency

This commit is contained in:
Sajith Sasidharan 2021-06-08 14:36:59 -04:00
parent 92eb702f6b
commit 197b905174

@ -128,7 +128,7 @@ install_requires = [
"future >= 0.18.2",
# Discover local network configuration
"netifaces",
"netifaces >= 0.11.0",
# Utility code:
"pyutil >= 3.3.0",