Skip to content

Commit e22c79b

Browse files
committed
chore: update requirements.txt
Since 2019, we can use pywin32 in requirements (as it seems) https://stackoverflow.com/questions/42370339/python-3-6-install-win32api/42400980
1 parent 9c143ef commit e22c79b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@ netaddr
44
psutil
55
rfc5424-logging-handler
66
wmi ; sys_platform == 'win32'
7+
pywin32 ; sys_platform == 'win32'
78
yara-python

0 commit comments

Comments
 (0)