Skip to content

Commit

Permalink
chore: 🚑 Add email extra for pydantic
Browse files Browse the repository at this point in the history
  • Loading branch information
M1N0RM1N3R committed May 10, 2024
1 parent d806447 commit bd381dd
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
18 changes: 17 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ rich = "^13.7.1"
#discord-py = "^2.3.2"
psutil = "^5.9.8"
dateparser = "^1.2.0"
pydantic = "^2.7.0"
pydantic = {extras = ["email"], version = "^2.7.1"}
beanie = "^1.25.0"
humanize = "^4.9.0"
openskill = "^5.1.1"
Expand Down

0 comments on commit bd381dd

Please sign in to comment.