forked from loafle/openapi-generator-original
* Switches python generators to use pytest, useNose CLI option added if to allow nose to be used instead * Adds ensure-up-to-date changes * Adds setup.cfg to python clients so we can configure nose when useNose=true * Adds fix for python-aiohttp testing, adds files missing from ensure-up-to-date
9 lines
259 B
Plaintext
9 lines
259 B
Plaintext
connexion >= 2.5.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
|