Skip to content

Commit

Permalink
Adds python_requires to setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
spacether committed Dec 18, 2019
1 parent 44910e1 commit 4278d4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ def readme():
keywords='openapi oai swagger rest api oauth flask microservice framework',
license='Apache License Version 2.0',
setup_requires=['flake8'],
python_requires=">=3.6",
install_requires=install_requires + [flask_require],
tests_require=tests_require,
extras_require={
Expand Down

0 comments on commit 4278d4e

Please sign in to comment.