diff --git a/pyproject.toml b/pyproject.toml index 3ec408e..22de028 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,8 @@ readme = "README.md" license = {text = "MIT"} requires-python = ">=3.9" authors = [ - {name = "SentinelGuard Contributors"} + {name = "SentinelGuard Contributors"}, + {name = "Anuj Tyagi"}, ] keywords = ["llm", "security", "guardrails", "ai", "safety", "pii", "adversarial"] classifiers = [ @@ -35,6 +36,7 @@ dependencies = [ "presidio-analyzer>=2.2.0", "presidio-anonymizer>=2.2.0", "spacy>=3.6.0", + "en-core-web-lg>=3.6.0", # Model-based detection (HuggingFace) "transformers>=4.30.0", "torch>=2.0.0",