Flask required only if necessary (#424)

* Example with Flask support

* Only show import error when trying to use Flask

* Re-organize imports

* Move flask_utils next to related module

* Code style

* Change back to incentivizes

* Includes Flask by default

* Project clean up

* Update Rafael Caricio's e-mail address

* Fix conflicts
This commit is contained in:
Rafael Carício
2017-04-04 20:48:08 +02:00
committed by Henning Jacobs
parent 6f567ee4de
commit 1858c9d4a0
28 changed files with 46 additions and 67 deletions

View File

@@ -1,7 +1,6 @@
import json
from connexion.apis import FlaskApi
from connexion.apps import FlaskApp
from connexion import FlaskApp
def test_security_over_inexistent_endpoints(oauth_requests, secure_api_spec_dir):