diff --git a/pyproject.toml b/pyproject.toml index bc1f6a7..ce733ba 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ classifiers = [ requires-python = ">=3.8" license = {file = "LICENSE"} dependencies = [ - "retry", + "retrying", "xlrd", "lxml", "requests", diff --git a/requirements.txt b/requirements.txt index 1bd03c4..c4fe3ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -retry +retrying xlrd lxml requests