From d31713fd39a8acc42d98834f6345af4cbedca333 Mon Sep 17 00:00:00 2001 From: piotrkowal Date: Wed, 16 Nov 2022 23:20:07 +0100 Subject: [PATCH] Update pyproject.toml fix pyproject file --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 606aeac..331ee2b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,6 @@ readme = "Readme.md" [tool.poetry.dependencies] python = "^3.8" -requests = "beautifulsoup4" beautifulsoup4 = "^4.10.0" clint = "^0.5.1"