Skip to content

Commit

Permalink
Change minimum required flask version to 2.2.5 (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
viniciuschiele committed Sep 5, 2023
1 parent 93cec4e commit 9ead77d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
flask>=2.2.0,<3.0.0
flask>=2.2.5,<3.0.0
apscheduler>=3.2.0,<4.0.0
python-dateutil>=2.4.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
long_description_content_type="text/x-rst",
keywords=["apscheduler", "scheduler", "scheduling", "cron"],
python_requires=">=3.8",
install_requires=["flask>=2.2.0,<3.0.0", "apscheduler>=3.2.0,<4.0.0", "python-dateutil>=2.4.2"],
install_requires=["flask>=2.2.5,<3.0.0", "apscheduler>=3.2.0,<4.0.0", "python-dateutil>=2.4.2"],
package_data={"Flask-APScheduler": ["LICENSE"]},
include_package_data=True,
classifiers=[
Expand Down

0 comments on commit 9ead77d

Please sign in to comment.