Skip to content

Commit

Permalink
Remove email-validator dependency
Browse files Browse the repository at this point in the history
email-validator is required as an optional dependency of wtforms and not
as a direct dependency.
  • Loading branch information
ott committed Sep 7, 2024
1 parent 219fff2 commit ce1470c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,12 @@ include = [

[tool.poetry.dependencies]
python = "^3.9"
email-validator = ">=1.1.3"
flask = "^2.2.3 || ^3.0.0"
flask-admin = "^1.6.0"
flask-oidc = "^2.0.0"
flask-xml-rpc-re = "^0.1.4"
flask-wtf = "^1.1.1"
wtforms = "^3.0.1"
wtforms = {extras = ["email"], version = "^3.0.1"}
ipy = "^1.1"
dnspython = "^2.3.0"
backoff = "^2.2.1"
Expand Down

0 comments on commit ce1470c

Please sign in to comment.