1 2 3 4 5 6 7 8 9 10 11 12 13[project] name = "eye-test" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.11" dependencies = [ "eyegestures>=3.2.4", "mediapipe>=0.10.21", "opencv-python>=4.11.0.86", "scikit-learn>=1.6.1", ]