| [build-system] | |
| requires = ["setuptools>=61.0"] | |
| build-backend = "setuptools.backends.legacy:build" | |
| [project] | |
| name = "voice-authenticity-openenv" | |
| version = "2.0.0" | |
| description = "Voice authenticity detection OpenEnv environment with multi-step agentic interaction" | |
| requires-python = ">=3.10" | |
| dependencies = [ | |
| "librosa", | |
| "praat-parselmouth", | |
| "scikit-learn", | |
| "numpy", | |
| "openai", | |
| "pydantic>=2.0.0", | |
| "python-dotenv", | |
| "soundfile", | |
| "fastapi", | |
| "uvicorn", | |
| "openenv-core>=0.2.0", | |
| ] | |
| [project.scripts] | |
| server = "server.app:main" | |
| [tool.openenv] | |
| name = "voice-authenticity" | |
| version = "2.0.0" | |
| tasks = ["clean_detection", "compressed_detection", "adversarial_detection", "streaming_detection", "phonecall_detection"] | |
| entry_point = "app:app" |