From a99a18ea0c1ae7fc4266f8f9276925d9db35e262 Mon Sep 17 00:00:00 2001 From: Siddhesh Agarwal <68057995+Siddhesh-Agarwal@users.noreply.github.com> Date: Mon, 21 Jun 2021 15:16:42 +0530 Subject: [PATCH] Update pyproject.toml --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2f36f85..49b402e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,6 +3,6 @@ requires = [ "setuptools>=42", "wheel", "pandas", - "beautifulsoup4", + "bs4", ] -build-backend = "setuptools.build_meta" \ No newline at end of file +build-backend = "setuptools.build_meta"