Version specifiers for node and Python differ when targeting pre, post releases. The python function packaging.version.parse is able to convert semver version to Python version. But that means adding it as dependency for all extensions. Should we modify the cookiecutter to handle that or should we let power user using pre, post-releases handle the version as they see fit?
Version specifiers for node and Python differ when targeting pre, post releases. The python function
packaging.version.parse
is able to convert semver version to Python version. But that means adding it as dependency for all extensions. Should we modify the cookiecutter to handle that or should we let power user using pre, post-releases handle the version as they see fit?