TheresAFewConors/Sooty

Requirements.txt install fails on non-windows platforms

ekelson-bcove opened this issue · 3 comments

requirements.txt file specifies pywin32 as a requirement, however this only applies if you are using windows. It will fail if you are not. Changing to pywin32==224; sys_platform == ‘windows’ will fix issue.

Issue relates to #29 'Fixed Requirements File'.

PR approved and merged with main branch.

Good fix, adding to contributors section

Added to contributors. Closing issue.