Add pywin32 as optional dependancy#737
Conversation
|
For now, in order to target issue #735 adding it as an optional dependency is fine (so please remove the additional comment). In near future (and if you want to, feel free to contribute), I think is better to install platform-specific dependencies by default, in order to be more developer friendly. (Unless the footprint of the platform-specific dependency is huge) Also, we should consider switching to https://setuptools.pypa.io/en/latest/userguide/declarative_config.html |
|
Great. As far as updating, would it make more switch to the |
Fix for #735
add pywin32 dependency when installing with the [win] option.
Alternative, it could be added as a platform specific dependency for windows(added, but commented out)
I'm not sure which is the most ideal behavior, thoughts?