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

@@ -1,4 +1,3 @@
nulltype
python_dateutil >= 2.5.3
setuptools >= 21.0.0
urllib3 >= 1.25.3

View File

@@ -22,7 +22,6 @@ VERSION = "1.0.0"
REQUIRES = [
"urllib3 >= 1.25.3",
"python-dateutil",
"nulltype",
]
setup(