updates to Pipefiles, requirements.txt, and setup.py to account for addition of mako dependency

This commit is contained in:
Blake Harnden 2020-01-24 17:12:14 -08:00
parent b02f2251cd
commit bc2fb628cc
4 changed files with 21 additions and 20 deletions

View file

@ -39,6 +39,7 @@ setup(
"netaddr",
"invoke",
"lxml",
"mako",
"pillow",
"protobuf",
"pyyaml",