forked from loafle/openapi-generator-original
* fix: remove option supportPython2.
[python-flask][python-aiohttp][python-blueplanet]
* fix: update samples
* test only python servers
* fix(tests): downgrade pytest version to ensure compatibility with python3.6 [python-flask][python-aiohttp]
* Revert "fix(tests): downgrade pytest version to ensure compatibility with python3.6 [python-flask][python-aiohttp]"
This reverts commit 9f47db2f87.
* test in circlei
* run commands directly
* test in node 1
* update makefile
* fix Makefile
* fix test
* revert some changes, remove python server tests from travis
Co-authored-by: Kevin Bannier <kevinbannier1@gmail.com>
10 lines
500 B
Plaintext
10 lines
500 B
Plaintext
connexion[aiohttp,swagger-ui] >= 2.6.0; python_version>="3.6"
|
|
# 2.3 is the last version that supports python 3.5
|
|
connexion[aiohttp,swagger-ui] <= 2.3.0; python_version=="3.5" or python_version=="3.4"
|
|
# connexion requires werkzeug but connexion < 2.4.0 does not install werkzeug
|
|
# we must peg werkzeug versions below to fix connexion
|
|
# https://github.com/zalando/connexion/pull/1044
|
|
werkzeug == 0.16.1; python_version=="3.5" or python_version=="3.4"
|
|
swagger-ui-bundle == 0.0.9
|
|
aiohttp_jinja2 == 1.5.0
|