forked from EyeTrackVR/EyeTrackVR
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (29 loc) · 769 Bytes
/
pyproject.toml
File metadata and controls
33 lines (29 loc) · 769 Bytes
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
32
33
[tool.poetry]
name = "EyeTrackVR"
version = "0.1.7.2"
description = "Opensource, affordable VR eye tracker for VRChat"
authors = ["RedHawk989"]
license = "MIT"
repository = "https://github.com/RedHawk989/EyeTrackVR"
[tool.poetry.dependencies]
python = "~3.11.0"
python-osc = "^1.8.0"
opencv-python = "^4.6.0.66"
numpy = "^1.23.4"
pye3d = "^0.3.1.post1"
requests = "^2.28.1"
pysimplegui-4-foss = "^4.6.4.1"
pydantic = "^1.10.2"
win10toast_click = "^0.1.2"
beautifulsoup4 = "^4.11.1"
[tool.poetry.group.dev.dependencies]
black = "^22.10.0"
pyinstaller = "^5.6.2"
flake8 = "^5.0.4"
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 135
exclude = "(.git|.env|venv)"
target-version = ["py310","py311"]