The Official DocuSign Python Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client. https://www.docusign.com/devcenter
Nose is a test requirement, it is not necessary for users to install it.
It is listed in test-requirements.txt so removing it from install_requires should not make a difference for tests. I have reviewed the code and have not found any use of nose at runtime.
Problem description:
The internal test requirement nose is installed when a user installs the client for runtime use.
Nose is a test requirement, it is not necessary for users to install it. It is listed in
test-requirements.txt
so removing it frominstall_requires
should not make a difference for tests. I have reviewed the code and have not found any use ofnose
at runtime.Problem description:
nose
is installed when a user installs the client for runtime use.Reproduction steps:
Observed result:
nose
package is installed:Expected result:
docusign-esign
package.