CoolFace
Apppublic

beppause/smtp-ethical-hack

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
pyproject.toml11 linesDownload Raw Back to root
1[project]2name = "smtpethicalhack"3version = "0.1.0"4description = "Add your description here"5readme = "README.md"6requires-python = ">=3.12"7dependencies = [8    "gradio>=5.46.0",9    "huggingface-hub>=0.35.0",10]11