Wrong transifex-client dependencies

Hello!

I installed transifex-client from the community repository. When I try to use it, it crashes with an error like this:

pkg_resources.DistributionNotFound: The 'python-slugify<5.0.0' distribution was not found and is required by transifex-client

The python-slugify dependency for transifex-client was installed automatically from the community repository and its version is 5.0.2-1 which is higher than the required <5.0.0.

I think the correct version of the dependencies should be used automatically. How this problem can be fixed?