Skip to content

Commit e48f0f7

Browse files
committed
➕ Add dependencies
1 parent c470c33 commit e48f0f7

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pyproject.toml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,15 @@ classifiers = [
3232
"Programming Language :: Python :: 3.12",
3333
"License :: OSI Approved :: MIT License",
3434
]
35-
dependencies = []
35+
dependencies = [
36+
"typer >= 0.12.3",
37+
]
3638

3739
[project.optional-dependencies]
38-
standard = []
40+
standard = [
41+
"fastapi",
42+
"uvicorn[standard] >= 0.29.0",
43+
]
3944

4045
[project.urls]
4146
Documentation = "https://fastapi.tiangolo.com"

0 commit comments

Comments
 (0)