From 5f3623b8dd26b37b9ea6011bf71467b2a608b5ff Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Mon, 20 May 2019 22:46:45 +0200 Subject: common_fact_types: Adding key for footprint. functions: o Changing the structure of the functions, they're now factories that will be given kwargs and must return a function that processes the parts. o Adding new function to default set; 'map_footprint' that maps the KiCAD footprints to common footprints. part_validate_parts: Using only common keys. --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') diff --git a/requirements.txt b/requirements.txt index ae31e8c..668e5a7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,6 +19,7 @@ pyexcel-ods pyexcel-xls pyexcel-xlsx pytest==4.5.0 +PyYAML==5.1 requests==2.21.0 selenium==3.141.0 tox==3.10.0 -- cgit v1.2.3