From 81572a653f5fa77791cfa1b00e24c5c21d900f20 Mon Sep 17 00:00:00 2001 From: Jimmy Situ Date: Tue, 20 Aug 2024 21:13:24 +0800 Subject: [PATCH] Remove tempfile in requirements, which in std lib in python3 --- pyproject.toml | 1 - requirements.txt | 1 - 2 files changed, 2 deletions(-) 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