jarvis-marvel-rivals/pyproject.toml

15 lines
347 B
TOML
Raw Permalink Normal View History

2025-02-12 21:56:41 -05:00
[project]
name = "jarvis-rivals"
version = "0.1.0"
description = "Jarvis voice assistant for Marvel Rivals"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"mss>=10.0.0",
"opencv-python>=4.11.0.86",
2025-02-12 21:56:41 -05:00
"pyautogui>=0.9.54",
"pynput>=1.7.7",
"sounddevice>=0.5.1",
2025-02-12 21:56:41 -05:00
"speechrecognition[faster-whisper]>=3.14.1",
]