mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01: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:
parent
6f280b1ccc
commit
0d04018622
1 changed files with 1 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue