Skip to content

Commit

Permalink
build: Remove flask-praetorian from pkg deps
Browse files Browse the repository at this point in the history
  • Loading branch information
bdewilde committed Nov 26, 2023
1 parent f9f3ff3 commit 8958d3a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ dependencies = [
"flask-jwt-extended~=4.5.0",
"flask_mail>=0.9.1", # TODO: this package is dead, we should replace it
"flask_migrate~=4.0.0",
"flask-praetorian~=1.4.0",
"flask_sqlalchemy~=3.0.0",
"flask-restx~=1.2.0",
"ftfy~=6.0",
Expand Down
1 change: 0 additions & 1 deletion requirements/prod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ flask-caching~=2.0.0
flask-jwt-extended~=4.5.0
flask_mail>=0.9.1
flask_migrate~=4.0.0
flask-praetorian~=1.4.0
flask_sqlalchemy~=3.0.0
flask-restx~=1.2.0
ftfy~=6.0
Expand Down

0 comments on commit 8958d3a

Please sign in to comment.