Skip to content

Commit

Permalink
switch to docopt-ng, the maintained fork of docopt
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Dec 4, 2024
1 parent ba18166 commit fe64343
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 @@ -34,7 +34,7 @@ def get_all_resources_filepaths():


def get_install_requires():
dependencies = ['docopt', 'PyYAML']
dependencies = ['docopt-ng', 'PyYAML']
if sys.version_info < (3, 5):
raise RuntimeError('The minimum supported Python version is 3.5.')
return dependencies
Expand Down

0 comments on commit fe64343

Please sign in to comment.