mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
fix: pyserial is the correct dep, not serial
* fix: remove duplicated requests dep
This commit is contained in:
parent
e2ff11a081
commit
09a9fbb052
@ -9,18 +9,17 @@ repository = "https://github.com/RedHawk989/EyeTrackVR"
|
|||||||
[tool.poetry.dependencies]
|
[tool.poetry.dependencies]
|
||||||
python = "~3.10.0"
|
python = "~3.10.0"
|
||||||
python-osc = "^1.8.0"
|
python-osc = "^1.8.0"
|
||||||
requests = "^2.28.0"
|
requests = "^2.28.1"
|
||||||
opencv-python = "^4.6.0.66"
|
opencv-python = "^4.6.0.66"
|
||||||
numpy = "~1.23.5"
|
numpy = "~1.23.5"
|
||||||
pye3d = "^0.3.1.post1"
|
pye3d = "^0.3.1.post1"
|
||||||
pysimplegui = "^4.60.4"
|
pysimplegui = "^4.60.4"
|
||||||
pydantic = "^1.10.2"
|
pydantic = "^1.10.2"
|
||||||
requests = "~2.2.8.2"
|
pyserial = "^3.5"
|
||||||
winotify = [
|
winotify = [
|
||||||
{ version = "^1.1.0", platform = 'win32' }
|
{ version = "^1.1.0", platform = 'win32' }
|
||||||
]
|
]
|
||||||
onnxruntime = "^1.13.1"
|
onnxruntime = "^1.13.1"
|
||||||
serial = "~0.0.97"
|
|
||||||
[tool.poetry.group.dev.dependencies]
|
[tool.poetry.group.dev.dependencies]
|
||||||
black = "^22.10.0"
|
black = "^22.10.0"
|
||||||
pyinstaller = "^5.6.2"
|
pyinstaller = "^5.6.2"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user