Skip to content

Commit 9692054

Browse files
committed
Update pyproject.toml
1 parent 53161a1 commit 9692054

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,14 @@ name = "monic-framework"
33
version = "0.1.0"
44
description = "Monic Framework"
55
requires-python = ">=3.10"
6-
dependencies = []
6+
dependencies = ["fastapi[standard]>=0.115.6", "sqlmodel>=0.0.22"]
77
authors = [{ name = "Cognica, Inc.", email = "support@cognica.io" }]
88
readme = "README.md"
99
license = { file = "LICENSE" }
1010

11+
[project.optional-dependencies]
12+
dev = ["coverage>=7.6.10", "pytest>=8.3.4", "pytest-cov>=6.0.0"]
13+
1114
[build-system]
1215
requires = ["setuptools>=40.8.0", "wheel"]
1316
build-backend = "setuptools.build_meta"

0 commit comments

Comments
 (0)