Removes nulltype from python, updates samples (#8555)

* Removes nulltype from python, updates samples

* Removes nulltype from the python requirements

* Removes nulltype import in models, moves requiredVars to optionalVars when approprieate
This commit is contained in:
Justin Black
2021-01-28 09:30:36 -08:00
committed by GitHub
parent e377eabbc5
commit 2553d056dc
180 changed files with 48 additions and 1863 deletions

View File

@@ -22,7 +22,6 @@ VERSION = "1.0.0"
REQUIRES = [
"urllib3 >= 1.25.3",
"python-dateutil",
"nulltype",
"pem>=19.3.0",
"pycryptodome>=3.9.0",
]