| [project] | |
| name = "pii-detection-mcp-server" | |
| version = "0.1.0" | |
| description = "PII Detection and Masking Tool with Mistral AI" | |
| readme = "README.md" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "gradio[mcp]>=5.32.1", | |
| "mistralai>=1.8.1", | |
| "numpy>=2.2.6", | |
| "pillow>=11.2.1", | |
| "python-dotenv>=1.1.0", | |
| "requests>=2.32.3", | |
| ] | |