The package lists maturin in dependencies. This is incorrect, since Maturin is only a build system, and it is not used in the package after installation. As a result, everyone who does pip install rfc3161-client (from wheels) gets maturin unnecessarily installed on their system.
The package lists
maturinindependencies. This is incorrect, since Maturin is only a build system, and it is not used in the package after installation. As a result, everyone who doespip install rfc3161-client(from wheels) getsmaturinunnecessarily installed on their system.