From ca946c581755be1445a31e8e30835973d57e9c0b Mon Sep 17 00:00:00 2001 From: Dave Vandenbout Date: Thu, 19 Sep 2019 09:05:21 -0400 Subject: [PATCH] Added pykicad to skidl package requirements. --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index b68712ef..c498aee4 100644 --- a/setup.py +++ b/setup.py @@ -34,6 +34,7 @@ #'PySpice; python_version >= "3.0"', "graphviz", "wxpython", + "pykicad", ] test_requirements = [