Skip to content

Commit 29efeb0

Browse files
committed
added optional deps
1 parent da7a0bd commit 29efeb0

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

pyproject.toml

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,16 @@ dependencies = [
2929
"pytest",
3030
"starlette",
3131
"typing_extensions",
32-
"uvicorn"
32+
"uvicorn",
33+
"httpx",
34+
"jinja2"
35+
]
36+
[project.optional-dependencies]
37+
dev = [
38+
"pytest",
39+
"pytest-cov",
40+
"pytest-html",
41+
"coverage"
3342
]
3443

3544
[project.urls]

0 commit comments

Comments
 (0)