mirror of
https://github.com/Rarebuffalo/securelens-backend.git
synced 2026-06-19 07:00:30 +00:00
updated configuration
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
[build-system]
|
[build-system]
|
||||||
requires = ["setuptools>=68", "wheel"]
|
requires = ["setuptools", "wheel"]
|
||||||
build-backend = "setuptools.backends.legacy:build"
|
build-backend = "setuptools.build_meta"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "securelens-ai"
|
name = "securelens-ai"
|
||||||
@@ -12,13 +12,12 @@ license = { text = "MIT" }
|
|||||||
keywords = ["security", "cli", "sast", "ai", "scanner", "owasp"]
|
keywords = ["security", "cli", "sast", "ai", "scanner", "owasp"]
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"click>=8.1",
|
"click>=8.1",
|
||||||
"rich>=13.7",
|
"rich>=13.0",
|
||||||
"litellm>=1.40",
|
"litellm>=1.0",
|
||||||
"httpx>=0.27",
|
"httpx>=0.27",
|
||||||
"pyyaml>=6.0",
|
"pyyaml>=6.0",
|
||||||
"questionary>=2.0",
|
"questionary>=2.0",
|
||||||
"pathspec>=0.12",
|
"pathspec>=0.12",
|
||||||
"asyncio-throttle>=1.0",
|
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
|
|||||||
Reference in New Issue
Block a user