From 2e4ffe45f61f4f9700f2b1e57206c05bf25f543f Mon Sep 17 00:00:00 2001 From: JosePizarro3 Date: Mon, 29 Apr 2024 17:14:02 +0200 Subject: [PATCH] Fix pipeline --- pyproject.toml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 0a4bb38..1b44e73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,12 +38,7 @@ dev = [ "ruff", "pytest", "structlog==22.3.0", - "python-logstash==0.4.6", - "mongoengine>=0.20", - "pyjwt[crypto]==2.6.0", - "unidecode==1.3.2", - "fastapi==0.92.0", - "zipstream-new==1.1.5", + 'mypy==1.0.1', "lxml_html_clean>=0.1.0", ]