Skip to content

Commit c0ef559

Browse files
committed
fix: add missing pywin32 dependency
1 parent aacc655 commit c0ef559

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ urllib3
55
dearpygui
66
psutil; sys_platform == "win32"
77
mouse; sys_platform == "win32"
8+
pywin32; sys_platform == "win32"
89
pyobjc-framework-Quartz; sys_platform == "darwin"
9-
PyGetWindow; sys_platform == "darwin"
10+
PyGetWindow; sys_platform == "darwin"

0 commit comments

Comments
 (0)