Skip to content

Commit

Permalink
Use docopt-ng v0.9.0 for docopt v0.6.2 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
jorenham committed Oct 19, 2024
1 parent 77b4640 commit c85eab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ def find_version(fname):
test_suite='tests',
classifiers=CLASSIFIERS,
scripts=['bin/num2words'],
install_requires=["docopt-ng>=0.8.0,<0.9.0"],
install_requires=["docopt-ng>=0.9.0,<1.0.0"],
tests_require=['delegator.py'],
)

0 comments on commit c85eab2

Please sign in to comment.