Skip to content
This repository was archived by the owner on Aug 2, 2026. It is now read-only.

Commit a217953

Browse files
committed
revert, seems like requirements.txt does not use same syntax as platform.system()
1 parent 79361c7 commit a217953

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
oschmod==0.3.12
2-
psutil==5.9.8; sys_platform == 'win32' or sys_platform == 'Windows'
2+
psutil==5.9.8; sys_platform == 'win32'
33
requests==2.31.0
4-
wmi==1.5.1; sys_platform == 'win32' or sys_platform == 'Windows'
4+
wmi==1.5.1; sys_platform == 'win32'
55

0 commit comments

Comments
 (0)