fix: pyserial is the correct dep, not serial

* fix: remove duplicated requests dep
This commit is contained in:
Sebastian Fitt 2023-04-08 18:24:23 +02:00
parent e2ff11a081
commit 09a9fbb052

View File

@ -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"