Skip to content

Commit

Permalink
chore(deps): declare email-validator explicitly
Browse files Browse the repository at this point in the history
We get `email-validator` from `wtforms`, but use it explicitly in our
own code, so declare it a direct dependency in case `wtforms` ever drops
it.

Refs: pypi#15631

Signed-off-by: Mike Fiedler <miketheman@gmail.com>
  • Loading branch information
miketheman committed Aug 27, 2024
1 parent 7f35592 commit 9d95778
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements/main.in
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ click
cryptography
datadog>=0.19.0
disposable-email-domains
email-validator
first
forcediphttpsadapter
github-reserved-names>=1.0.0
Expand Down
1 change: 1 addition & 0 deletions requirements/main.txt
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,7 @@ email-validator==2.2.0 \
--hash=sha256:561977c2d73ce3611850a06fa56b414621e0c8faa9d66f2611407d87465da631 \
--hash=sha256:cb690f344c617a714f22e66ae771445a1ceb46821152df8e165c5f9a364582b7
# via
# -r requirements/main.in
# pydantic
# wtforms
events==0.5 \
Expand Down

0 comments on commit 9d95778

Please sign in to comment.