diff --git a/pyproject.toml b/pyproject.toml index f220c44..ce1dc59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,6 @@ dependencies = [ "retrying", "xlrd", "lxml", - "tempfile", "requests", "pandas", "selenium", diff --git a/requirements.txt b/requirements.txt index 1b0ff0b..c4fe3ad 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,6 @@ retrying xlrd lxml -tempfile requests pandas selenium