forked from loafle/openapi-generator-original
* Use the dataType if the baseType is not set * add tests for passing enum as parameter * updated requirements file in samples * Update spec to explicitly name objects and prevent `inline_object` * use the correct scripts to generate samples (`bin/openapi3/python-flask*`)
9 lines
259 B
Plaintext
9 lines
259 B
Plaintext
connexion >= 2.6.0; python_version>="3.6"
|
|
connexion >= 2.3.0; python_version=="3.5"
|
|
connexion >= 2.3.0; python_version=="3.4"
|
|
connexion == 2.4.0; python_version<="2.7"
|
|
swagger-ui-bundle >= 0.0.2
|
|
python_dateutil >= 2.6.0
|
|
typing >= 3.5.2.2
|
|
setuptools >= 21.0.0
|