added netaddr library, added logic to support dealing with creating new subnet when needed
This commit is contained in:
parent
6c0d4d3a93
commit
f2b37d32c8
6 changed files with 175 additions and 134 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue