Install pydantic with optional email validator package

Otherwise Khoj fails on startup. Not sure why, must be new changes to
pydantic?
This commit is contained in:
Debanjum Singh Solanky 2024-06-24 14:58:56 +05:30
parent 6f280b1ccc
commit 0d04018622

View file

@ -48,7 +48,7 @@ dependencies = [
"tenacity >= 8.2.2",
"magika ~= 0.5.1",
"pillow ~= 10.0.0",
"pydantic >= 2.0.0",
"pydantic[email] >= 2.0.0",
"pyyaml ~= 6.0",
"rich >= 13.3.1",
"schedule == 1.1.0",