Skip to content

Commit

Permalink
chore: update requirements.txt
Browse files Browse the repository at this point in the history
Since 2019, we can use pywin32 in requirements (as it seems)
https://stackoverflow.com/questions/42370339/python-3-6-install-win32api/42400980
  • Loading branch information
Neo23x0 committed Aug 25, 2021
1 parent 9c143ef commit e22c79b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ netaddr
psutil
rfc5424-logging-handler
wmi ; sys_platform == 'win32'
pywin32 ; sys_platform == 'win32'
yara-python

0 comments on commit e22c79b

Please sign in to comment.