Removing dicttoxml dependency

This commit is contained in:
Jack Danger 2017-10-02 13:35:53 -07:00
commit 867fc3b7f7
2 changed files with 21 additions and 3 deletions

View file

@ -13,7 +13,6 @@ install_requires = [
"cryptography>=2.0.0",
"requests>=2.5",
"xmltodict",
"dicttoxml",
"six>1.9",
"werkzeug",
"pyaml",