We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53161a1 commit 9692054Copy full SHA for 9692054
pyproject.toml
@@ -3,11 +3,14 @@ name = "monic-framework"
3
version = "0.1.0"
4
description = "Monic Framework"
5
requires-python = ">=3.10"
6
-dependencies = []
+dependencies = ["fastapi[standard]>=0.115.6", "sqlmodel>=0.0.22"]
7
authors = [{ name = "Cognica, Inc.", email = "support@cognica.io" }]
8
readme = "README.md"
9
license = { file = "LICENSE" }
10
11
+[project.optional-dependencies]
12
+dev = ["coverage>=7.6.10", "pytest>=8.3.4", "pytest-cov>=6.0.0"]
13
+
14
[build-system]
15
requires = ["setuptools>=40.8.0", "wheel"]
16
build-backend = "setuptools.build_meta"
0 commit comments