Skip to content

Commit b8cc6db

Browse files
committed
feat: upgrade remote scanning and reporting (pyproject.toml)
1 parent d9a905a commit b8cc6db

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,14 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "roast-my-code"
7-
version = "0.1.0"
7+
version = "0.2.0"
88
description = "A brutally honest, funny AI-powered code quality roaster"
99
readme = "README.md"
1010
requires-python = ">=3.11"
1111
dependencies = [
1212
"typer[all]",
1313
"rich",
1414
"openai",
15-
"gitpython",
1615
"jinja2",
1716
]
1817

0 commit comments

Comments
 (0)