We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15687a6 commit 79ceb28Copy full SHA for 79ceb28
2 files changed
apps/cli/pyproject.toml
@@ -12,6 +12,12 @@ dependencies = [
12
[project.scripts]
13
ai-kit = "ai_kit_cli.main:main"
14
15
+[dependency-groups]
16
+dev = [
17
+ "pytest>=8.0.0",
18
+ "ruff>=0.14.0",
19
+]
20
+
21
[build-system]
22
requires = ["hatchling"]
23
build-backend = "hatchling.build"
packages/core/pyproject.toml
@@ -6,6 +6,12 @@ requires-python = ">=3.12"
6
readme = "README.md"
7
license = { text = "MIT" }
8
9
10
11
0 commit comments