Skip to content

Commit

Permalink
Allow install flask 3.0.0 (#236)
Browse files Browse the repository at this point in the history
* Add support for Flask 3.0.0
  • Loading branch information
ssimk0 committed Nov 7, 2023
1 parent e29d542 commit 5a96198
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.5,<3.0.0
flask>=2.2.5,<4.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.5,<3.0.0", "apscheduler>=3.2.0,<4.0.0", "python-dateutil>=2.4.2"],
install_requires=["flask>=2.2.5,<4.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 5a96198

Please sign in to comment.