Made package ManifestSchema compatible with marshmallow >= 3 // Resolve #3296

This commit is contained in:
Ivan Kravets
2019-12-29 13:13:04 +02:00
parent f7385e8e88
commit 442a7e3576
7 changed files with 85 additions and 53 deletions

View File

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