From 3bfb6c4a442b47a0634a11555ba811f5cd3ad5ae Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Mon, 26 Jun 2023 09:58:55 +0200 Subject: [PATCH] little fix --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index f26ed10..8a96e34 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,8 +18,8 @@ flake8 = "^6.0.0" flake8-alphabetize = "^0.0.21" flake8-black = "^0.3.6" mypy = "^1.4.1" -types-requests = "^2.31.0.1" types-beautifulsoup4 = "^4.12.0.5" +types-requests = "^2.31.0.1" [build-system] requires = ["poetry-core"]