mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +00:00
Move factory dependencies to optional settings
This commit is contained in:
@@ -56,8 +56,6 @@ dependencies = [
|
||||
"aiohttp == 3.8.4",
|
||||
"langchain >= 0.0.187",
|
||||
"pypdf >= 3.9.0",
|
||||
"factory-boy==3.2.1",
|
||||
"Faker==18.10.1"
|
||||
]
|
||||
dynamic = ["version"]
|
||||
|
||||
@@ -80,6 +78,8 @@ dev = [
|
||||
"black >= 23.1.0",
|
||||
"pre-commit >= 3.0.4",
|
||||
"freezegun >= 1.2.0",
|
||||
"factory-boy==3.2.1",
|
||||
"Faker==18.10.1",
|
||||
]
|
||||
|
||||
[tool.hatch.version]
|
||||
|
||||
Reference in New Issue
Block a user