Skip to content

Commit 228359f

Browse files
committed
Add Pyside6 to dependencies
Add Pyside6 to dependencies
1 parent 1170b0a commit 228359f

File tree

4 files changed

+16
-8
lines changed

4 files changed

+16
-8
lines changed

.idea/workspace.xml

Lines changed: 13 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

je_auto_control/__init__.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,6 @@
6060
package_manager
6161
from je_auto_control.utils.project.create_project_structure import \
6262
create_project_dir
63-
# Scheduler
64-
from je_auto_control.utils.scheduler.extend_apscheduler import SchedulerManager
6563
# Shell command
6664
from je_auto_control.utils.shell_process.shell_exec import ShellManager
6765
from je_auto_control.utils.shell_process.shell_exec import default_shell_manager
@@ -108,7 +106,7 @@
108106
"click_mouse", "mouse_keys_table", "get_mouse_position", "press_mouse", "release_mouse",
109107
"mouse_scroll", "set_mouse_position", "special_mouse_keys_table",
110108
"keyboard_keys_table", "press_keyboard_key", "release_keyboard_key", "type_keyboard", "check_key_is_press",
111-
"write", "hotkey", "start_exe", "SchedulerManager", "get_keyboard_keys_table",
109+
"write", "hotkey", "start_exe", "get_keyboard_keys_table",
112110
"screen_size", "screenshot", "locate_all_image", "locate_image_center", "locate_and_click",
113111
"CriticalExit", "AutoControlException", "AutoControlKeyboardException",
114112
"AutoControlMouseException", "AutoControlCantFindKeyException",

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ dependencies = [
1717
"je_open_cv",
1818
"pillow",
1919
"APScheduler",
20+
"Pyside6",
2021
"pyobjc-core;platform_system=='Darwin'",
2122
"pyobjc;platform_system=='Darwin'",
2223
"python-Xlib;platform_system=='Linux'",

stable.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ license = { text = "MIT" }
1616
dependencies = [
1717
"je_open_cv",
1818
"pillow",
19+
"Pyside6",
1920
"APScheduler",
2021
"pyobjc-core;platform_system=='Darwin'",
2122
"pyobjc;platform_system=='Darwin'",

0 commit comments

Comments
 (0)