Skip to content

Commit

Permalink
Merge pull request #423 from StephenBrown2/patch-1
Browse files Browse the repository at this point in the history
Add python_requires to setup.py to fix #421
  • Loading branch information
insspb committed Dec 26, 2020
2 parents e090909 + 808d948 commit 085f9f8
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 @@ -44,6 +44,7 @@ def get_version(version_tuple):
author_email="ross.lawley@gmail.com",
zip_safe=False,
platforms="any",
python_requires=">=3.6",
install_requires=[
"Flask>=1.1.2",
"WTForms[email]>=2.3.1",
Expand Down

0 comments on commit 085f9f8

Please sign in to comment.