Skip to content

Commit

Permalink
Includes Flask by default
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelcaricio committed Apr 4, 2017
1 parent 89cf913 commit 86891ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ In your command line, type:

.. code-block:: bash
$ pip install connexion[flask]
$ pip install connexion
Running It
----------
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ def readme():
keywords='openapi oai swagger rest api oauth flask microservice framework',
license='Apache License Version 2.0',
setup_requires=['flake8'],
install_requires=install_requires,
install_requires=install_requires + [flask_require],
tests_require=tests_require,
extras_require={'tests': tests_require, 'flask': flask_require},
cmdclass={'test': PyTest},
Expand Down

0 comments on commit 86891ab

Please sign in to comment.