Eyemovement / src /pyproject.toml
shayan5422's picture
Upload 10 files
496c8b9 verified
raw
history blame contribute delete
287 Bytes
[project]
name = "repl-nix-workspace"
version = "0.1.0"
description = "Eye Movement"
requires-python = ">=3.11"
dependencies = [
"matplotlib>=3.10.3",
"numpy>=2.2.6",
"plotly>=6.1.0",
"streamlit>=1.45.1",
"opencv-python",
"dlib",
"imutils",
"pyautogui"
]