Spaces:
Sleeping
Sleeping
Commit ·
12c5d69
1
Parent(s): d5341cc
chore(deps): remove unused dependencies and bump version to 0.2.0
Browse files- pyproject.toml +1 -3
pyproject.toml
CHANGED
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
| 4 |
|
| 5 |
[project]
|
| 6 |
name = "code-tribunal"
|
| 7 |
-
version = "0.
|
| 8 |
description = "AI courtroom that exposes bad freelance code through multi-agent forensic investigation"
|
| 9 |
readme = "README.md"
|
| 10 |
license = "MIT"
|
|
@@ -26,9 +26,7 @@ dependencies = [
|
|
| 26 |
"crewai[litellm]",
|
| 27 |
"gritql>=0.2.0",
|
| 28 |
"gradio>=5.0.0",
|
| 29 |
-
"rich>=13.0.0",
|
| 30 |
"click>=8.0.0",
|
| 31 |
-
"httpx>=0.27.0",
|
| 32 |
"python-dotenv>=1.0.0",
|
| 33 |
"fpdf2>=2.7.0",
|
| 34 |
]
|
|
|
|
| 4 |
|
| 5 |
[project]
|
| 6 |
name = "code-tribunal"
|
| 7 |
+
version = "0.2.0"
|
| 8 |
description = "AI courtroom that exposes bad freelance code through multi-agent forensic investigation"
|
| 9 |
readme = "README.md"
|
| 10 |
license = "MIT"
|
|
|
|
| 26 |
"crewai[litellm]",
|
| 27 |
"gritql>=0.2.0",
|
| 28 |
"gradio>=5.0.0",
|
|
|
|
| 29 |
"click>=8.0.0",
|
|
|
|
| 30 |
"python-dotenv>=1.0.0",
|
| 31 |
"fpdf2>=2.7.0",
|
| 32 |
]
|