Skip to content

Commit de5664a

Browse files
GeneAIclaude
authored andcommitted
feat: Add rich and typer to core dependencies
- Add rich>=13.0.0 for beautiful CLI output - Add typer>=0.9.0 for better CLI commands - Enable ruff fix=true for auto-fixing safe issues 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent b5b4549 commit de5664a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ dependencies = [
5252
"python-dotenv>=1.0.0,<2.0.0",
5353
"structlog>=23.0.0,<25.0.0",
5454
"defusedxml>=0.7.0,<1.0.0",
55+
"rich>=13.0.0,<14.0.0", # Beautiful CLI output
56+
"typer>=0.9.0,<1.0.0", # Better CLI commands
5557
]
5658

5759
[project.optional-dependencies]
@@ -255,6 +257,7 @@ extend-exclude = '''
255257
[tool.ruff]
256258
line-length = 100
257259
target-version = "py310"
260+
fix = true # Auto-fix safe issues
258261

259262
[tool.ruff.lint]
260263
select = [

0 commit comments

Comments
 (0)