From 019c480bcce7fe3821b75906fc673ce7bb1ffadc Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Mon, 3 Feb 2020 22:17:13 -0800 Subject: [PATCH] update acknowledgments --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d86869c..c63e2ca7 100755 --- a/README.md +++ b/README.md @@ -1765,5 +1765,6 @@ Tested on: ## Acknowledgments - `ifconfig-parser` module from https://github.com/KnightWhoSayNi/ifconfig-parser -- `ruamel.yaml` library from https://pypi.org/project/ruamel.yaml +- `xmltodict` module from https://github.com/martinblech/xmltodict by Martín Blech +- `ruamel.yaml` library from https://pypi.org/project/ruamel.yaml by Anthon van der Neut - Parsing code from Conor Heine at https://gist.github.com/cahna/43a1a3ff4d075bcd71f9d7120037a501 adapted for some parsers