forked from loafle/openapi-generator-original
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:
@@ -1,4 +1,3 @@
|
||||
nulltype
|
||||
python_dateutil >= 2.5.3
|
||||
setuptools >= 21.0.0
|
||||
urllib3 >= 1.25.3
|
||||
|
||||
@@ -22,7 +22,6 @@ VERSION = "1.0.0"
|
||||
REQUIRES = [
|
||||
"urllib3 >= 1.25.3",
|
||||
"python-dateutil",
|
||||
"nulltype",
|
||||
]
|
||||
|
||||
setup(
|
||||
|
||||
Reference in New Issue
Block a user