[project] | |
name = "deepfake-watchdog" | |
version = "0.1.0" | |
description = "Add your description here" | |
readme = "README.md" | |
requires-python = ">=3.12" | |
dependencies = [ | |
"anthropic>=0.53.0", | |
"deepface>=0.0.93", | |
"fpdf>=1.7.2", | |
"git-filter-repo>=2.47.0", | |
"gradio[mcp]>=5.32.1", | |
"llama-index>=0.12.41", | |
"llama-index-llms-anthropic>=0.7.2", | |
"modal>=1.0.3", | |
"opencv-python-headless>=4.11.0.86", | |
"pydub>=0.25.1", | |
"resemblyzer>=0.1.4", | |
"tf-keras>=2.19.0", | |
"yt-dlp>=2025.5.22", | |
] | |