mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-09 13:25:11 +00:00
Add trio, move freezegun, factory-boy to project test dependencies
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user