switched core emulator data files from using namedtuples to backported dataclasses

This commit is contained in:
Blake Harnden 2020-03-31 09:41:29 -07:00
parent 5d9b451b1d
commit 8186c62b19
11 changed files with 240 additions and 242 deletions

View file

@ -34,12 +34,13 @@ setup(
version="@PACKAGE_VERSION@",
packages=find_packages(),
install_requires=[
"dataclasses",
"fabric",
"grpcio",
"netaddr",
"invoke",
"lxml",
"mako",
"netaddr",
"pillow",
"protobuf",
"pyproj",