mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
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:
@@ -48,7 +48,7 @@ dependencies = [
|
|||||||
"tenacity >= 8.2.2",
|
"tenacity >= 8.2.2",
|
||||||
"magika ~= 0.5.1",
|
"magika ~= 0.5.1",
|
||||||
"pillow ~= 10.0.0",
|
"pillow ~= 10.0.0",
|
||||||
"pydantic >= 2.0.0",
|
"pydantic[email] >= 2.0.0",
|
||||||
"pyyaml ~= 6.0",
|
"pyyaml ~= 6.0",
|
||||||
"rich >= 13.3.1",
|
"rich >= 13.3.1",
|
||||||
"schedule == 1.1.0",
|
"schedule == 1.1.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user