Skip to content

Commit

Permalink
fix(executor): changed executor version to test with flask 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
christopherpickering committed Aug 16, 2022
1 parent 0499fe3 commit 76bc427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,6 @@ flask-redis = "^0.4.0"
Flask-SQLAlchemy = "^2.5.1"
jsmin = "^3.0.0"
python-dateutil = "^2.8.2"
Flask-Executor = "^0.10.0"
Flask = "^2.0.1"
pyodbc = "^4.0.31"
requests = "^2.26.0"
Expand All @@ -127,6 +126,7 @@ gevent = "^21.8.0"
gunicorn = "^20.1.0"
supervisor = "^4.2.2"
regex = "^2022.4.24"
flask-executor = {git = "https://github.com/dchevell/flask-executor.git", rev = "fix-appcontext"}

[tool.poetry.dependencies.dataclasses]
version = "*"
Expand Down

0 comments on commit 76bc427

Please sign in to comment.