tomerfiliba / plumbum

Plumbum: Shell Combinators
https://plumbum.readthedocs.io
MIT License
2.8k stars 182 forks source link

Directly reference pywin32 in requirements #570

Closed silasary closed 2 years ago

silasary commented 2 years ago

pypiwin32 is an unmaintained redirect to pywin32

This PR changes the requires to point directly at the pywin32 package

It also means that pywin32 will correctly have the platform_system=='Windows' markers, which is important for projects using Pipenv

coveralls commented 2 years ago

Coverage Status

Coverage decreased (-0.5%) to 82.268% when pulling f6ed871d1da46a485c833af9de7da761052c8b59 on silasary:fix-reqs into e9ba3b48805f7abe3ff3466fd6d563900ec718ff on tomerfiliba:master.

henryiii commented 2 years ago

Thanks!