Switch to Marshmallow ODM framework

This commit is contained in:
Ivan Kravets
2019-10-17 00:17:16 +03:00
parent 9cfccc5cd4
commit 27fc19d6b3
10 changed files with 358 additions and 585 deletions

View File

@ -33,6 +33,7 @@ install_requires = [
"semantic_version>=2.8.1,<3",
"tabulate>=0.8.3,<1",
"pyelftools>=0.25,<1",
"marshmallow>=2.20.5,<3"
]
setup(