mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Add trio, move freezegun, factory-boy to project test dependencies
This commit is contained in:
parent
56ce97ef9e
commit
5f7eaa7ded
1 changed files with 3 additions and 3 deletions
|
@ -73,15 +73,15 @@ khoj = "khoj.main:run"
|
||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
test = [
|
test = [
|
||||||
"pytest >= 7.1.2",
|
"pytest >= 7.1.2",
|
||||||
|
"freezegun >= 1.2.0",
|
||||||
|
"factory-boy >= 3.2.1",
|
||||||
|
"trio >= 0.22.0",
|
||||||
]
|
]
|
||||||
dev = [
|
dev = [
|
||||||
"khoj-assistant[test]",
|
"khoj-assistant[test]",
|
||||||
"mypy >= 1.0.1",
|
"mypy >= 1.0.1",
|
||||||
"black >= 23.1.0",
|
"black >= 23.1.0",
|
||||||
"pre-commit >= 3.0.4",
|
"pre-commit >= 3.0.4",
|
||||||
"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