mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 23:48:56 +01:00
Move factory dependencies to optional settings
This commit is contained in:
parent
5d5ebcbf7c
commit
c5666e0404
1 changed files with 2 additions and 2 deletions
|
@ -56,8 +56,6 @@ dependencies = [
|
||||||
"aiohttp == 3.8.4",
|
"aiohttp == 3.8.4",
|
||||||
"langchain >= 0.0.187",
|
"langchain >= 0.0.187",
|
||||||
"pypdf >= 3.9.0",
|
"pypdf >= 3.9.0",
|
||||||
"factory-boy==3.2.1",
|
|
||||||
"Faker==18.10.1"
|
|
||||||
]
|
]
|
||||||
dynamic = ["version"]
|
dynamic = ["version"]
|
||||||
|
|
||||||
|
@ -80,6 +78,8 @@ dev = [
|
||||||
"black >= 23.1.0",
|
"black >= 23.1.0",
|
||||||
"pre-commit >= 3.0.4",
|
"pre-commit >= 3.0.4",
|
||||||
"freezegun >= 1.2.0",
|
"freezegun >= 1.2.0",
|
||||||
|
"factory-boy==3.2.1",
|
||||||
|
"Faker==18.10.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.hatch.version]
|
[tool.hatch.version]
|
||||||
|
|
Loading…
Reference in a new issue