From 5261c83dc77dbd534908fc6e3710e0dda505bbf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mi=C5=A1o=20Belica?= Date: Tue, 21 Feb 2023 08:35:13 +0000 Subject: [PATCH] Change docopt to the maitained one --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8b567f5..9bf7cd3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -docopt>=0.6.1,<0.7 +docopt-ng>=0.6.1 chardet lxml diff --git a/setup.py b/setup.py index 0239192..1202116 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ with open(join(CURRENT_DIRECTORY, "README.rst")) as readme: install_requires = [ - "docopt>=0.6.1,<0.7", + "docopt-ng>=0.6.1", "chardet", "lxml>=2.0", ]