updated configuration

This commit is contained in:
rarebuffalo
2026-05-22 21:44:23 +05:30
parent 99261c23bf
commit be32c7b0c8

View File

@@ -1,6 +1,6 @@
[build-system]
requires = ["setuptools>=68", "wheel"]
build-backend = "setuptools.backends.legacy:build"
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "securelens-ai"
@@ -12,13 +12,12 @@ license = { text = "MIT" }
keywords = ["security", "cli", "sast", "ai", "scanner", "owasp"]
dependencies = [
"click>=8.1",
"rich>=13.7",
"litellm>=1.40",
"rich>=13.0",
"litellm>=1.0",
"httpx>=0.27",
"pyyaml>=6.0",
"questionary>=2.0",
"pathspec>=0.12",
"asyncio-throttle>=1.0",
]
[project.scripts]