mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 21:19:12 +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]
|
||||
test = [
|
||||
"pytest >= 7.1.2",
|
||||
"freezegun >= 1.2.0",
|
||||
"factory-boy >= 3.2.1",
|
||||
"trio >= 0.22.0",
|
||||
]
|
||||
dev = [
|
||||
"khoj-assistant[test]",
|
||||
"mypy >= 1.0.1",
|
||||
"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