added netaddr library, added logic to support dealing with creating new subnet when needed

This commit is contained in:
bharnden 2019-11-22 12:51:58 -08:00
parent 6c0d4d3a93
commit f2b37d32c8
6 changed files with 175 additions and 134 deletions

View file

@ -4,7 +4,7 @@ setup(
name="coretk",
version="0.1.0",
packages=find_packages(),
install_requires=["pillow"],
install_requires=["netaddr", "pillow"],
description="CORE GUI",
url="https://github.com/coreemu/core",
author="Boeing Research & Technology",