mirror of
https://github.com/bblaz/num2words.git
synced 2026-05-13 12:22:52 +00:00
Add Delegator.py to test dependencies (#205)
Delegator.py is used for cli tests but isn't included in dependencies.
This commit is contained in:
committed by
Ernesto Rodriguez Ortiz
parent
af49bb360f
commit
26a2204f3b
@@ -56,5 +56,6 @@ setup(
|
|||||||
test_suite='tests',
|
test_suite='tests',
|
||||||
classifiers=CLASSIFIERS,
|
classifiers=CLASSIFIERS,
|
||||||
scripts=['bin/num2words'],
|
scripts=['bin/num2words'],
|
||||||
install_requires=["docopt>=0.6.2"]
|
install_requires=["docopt>=0.6.2"],
|
||||||
|
tests_require=['delegator.py'],
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user