mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +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",
|
||||
"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]
|
||||
|
|
Loading…
Reference in a new issue