mirror of
https://github.com/EyeTrackVR/EyeTrackVR.git
synced 2025-11-04 14:39:42 +08:00
fix linux compatibility, add requests to poetry
This commit is contained in:
parent
c1f63dd400
commit
e621c8197c
@ -10,7 +10,8 @@ import threading
|
||||
import PySimpleGUI as sg
|
||||
import os
|
||||
import requests
|
||||
from winotify import Notification
|
||||
if is_nt:
|
||||
from winotify import Notification
|
||||
os.system('color') # init ANSI color
|
||||
|
||||
# Random environment variable to speed up webcam opening on the MSMF backend.
|
||||
|
||||
@ -14,6 +14,7 @@ numpy = "~1.23.5"
|
||||
pye3d = "^0.3.1.post1"
|
||||
pysimplegui = "^4.60.4"
|
||||
pydantic = "^1.10.2"
|
||||
requests = "~2.2.8.2"
|
||||
winotify = [
|
||||
{ version = "^1.1.0", platform = 'win32' }
|
||||
]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user