From 08bb168880c0c13a5777301bf04845a0268474e6 Mon Sep 17 00:00:00 2001 From: Taekyung Heo <7621438+TaekyungHeo@users.noreply.github.com> Date: Tue, 21 May 2024 08:57:15 -0700 Subject: [PATCH] Remove requests from requirements.txt --- pyproject.toml | 1 - requirements.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 699a09f83..feee526a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,6 @@ version = "0.6" dependencies = [ "bokeh==3.4.1", "pandas==2.2.1", - "requests==2.31.0", "tbparse==0.0.8", "toml==0.10.2", ] diff --git a/requirements.txt b/requirements.txt index 932ecd682..e8f814db7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,4 @@ bokeh==3.4.1 pandas==2.2.1 -requests==2.31.0 tbparse==0.0.8 toml==0.10.2