Closed AlirezaRoshanzamir closed 2 years ago
@AlirezaRoshanzamir PR is welcome!
@sobolevn The pull-request is created.
@sobolevn Thanks for accepting the pull request.
Is there a specific timeline for the next release? Or can this change be released as version 1.2.1?
1.2.1 is released.
Due to the usage of the "pkg_resources" module, the "setuptools" requirement should be explicitly defined (in this project, it is runtime requirement as well as installation time requirement). Because there are tools (such as Pants) that, after installing the library, do not maintain the installation time requirements, hence, this error is given:
which raises this exception on the Flake8: