guardrails-genie / pyproject.toml
param-bharat's picture
feat: upgrade and improve secrets detection
f4dbf56
raw
history blame
1.26 kB
[project]
name = "guardrails-genie"
version = "0.0.1"
description = ""
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"datasets>=3.1.0",
"evaluate>=0.4.3",
"google-generativeai>=0.8.3",
"openai>=1.52.2",
"isort>=5.13.2",
"black>=24.10.0",
"ruff>=0.6.9",
"pip>=24.2",
"uv>=0.4.20",
"weave @ git+https://github.com/wandb/weave@feat/eval-progressbar",
"streamlit>=1.40.1",
"python-dotenv>=1.0.1",
"watchdog>=6.0.0",
"firerequests>=0.1.1",
"pymupdf4llm>=0.0.17",
"transformers>=4.46.3",
"torch>=2.5.1",
"presidio-analyzer>=2.2.355",
"presidio-anonymizer>=2.2.355",
"instructor>=1.7.0",
"numpy<2.0.0",
"gibberish-detector>=0.1.1",
"detect-secrets>=1.5.0",
"hyperscan>=0.7.8"
]
[project.optional-dependencies]
docs = [
"mkdocs>=1.6.1",
"mkdocstrings>=0.26.1",
"mkdocstrings-python>=1.11.1",
"mkdocs-material>=9.5.39",
"mkdocs-minify-plugin>=0.8.0",
"mkdocs-glightbox>=0.4.0",
"mkdocs-jupyter>=0.25.0",
"jupyter>=1.1.1",
]
test = [
"pytest>=8.2.0",
"pytest-asyncio>=0.23.6",
"pytest-cov>=5.0.0",
"pytest-xdist>=3.1.0",
"hypothesis>=6.122.1"
]
[tool.setuptools]
py-modules = ["guardrails_genie"]