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.
2 parents c23634e + 8b03744 commit 1b45e9cCopy full SHA for 1b45e9c
pyproject.toml
@@ -1,6 +1,6 @@
1
[project]
2
name = "zenforge"
3
-version = "0.1.2"
+version = "0.1.3"
4
description = "A simple CLI tool for bootstrapping new projects fast"
5
authors = [{ name = "Ryan Partridge", email = "rpartridge101@gmail.com" }]
6
maintainers = [{ name = "Ryan Partridge", email = "rpartridge101@gmail.com" }]
zenforge/config/deps.py
@@ -12,7 +12,7 @@
12
]
13
14
API = [
15
- "fastapi",
+ "fastapi[standard]",
16
"logfire",
17
18
@@ -24,7 +24,7 @@
24
25
API_AGENTS = [
26
"pydantic-ai-slim[logfire]",
27
28
29
30
BASIC = CORE + CORE_CONDITIONAL
0 commit comments