-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
31 lines (28 loc) · 910 Bytes
/
pyproject.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[tool.poetry]
name = "gesture-mouse"
version = "0.3.2-alpha"
description = "A program that allows to control the mouse and keyboard with head movement and facial gestures."
authors = ["Patrick Link <https://github.com/linkhack>, Martin Deinhofer <https://github.com/deinhofer/>"]
license = "MIT"
readme = "README.md"
repository = "https://github.com/asterics/gesture_mouse.git"
keywords = ["head-mouse", "facial-gestures", "mediapipe","keyboard-emulation","mouse-emulation"]
package-mode = false
[tool.poetry.dependencies]
python = ">=3.9,<3.11"
case-insensitive-dictionary="0.2.1"
mediapipe="0.10.14"
numpy=">2.0.1"
opencv-python="^4.10.0.84"
pynput="1.7.7"
pyqtgraph="0.13.7"
PySide6="6.7.2"
scikit-learn="1.5.1"
scipy="1.13.1"
screeninfo="0.8.1"
timecode="1.4.1"
[tool.poetry.group.dev.dependencies]
pyinstaller = "6.*"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"