From 0096581595597b9129ad236cdafc0effa08250d5 Mon Sep 17 00:00:00 2001 From: profitroll Date: Sun, 8 Sep 2024 00:51:21 +0200 Subject: [PATCH] Disabled unused async libraries --- requirements/dev.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/dev.txt b/requirements/dev.txt index 15ec5e0..5418d17 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -3,10 +3,10 @@ build==1.2.2 isort==5.13.2 mypy~=1.11.0 pylint==3.2.7 -pytest-asyncio~=0.24.0 +# pytest-asyncio~=0.24.0 pytest-cov~=5.0.0 pytest~=8.3.1 tox==4.18.0 twine~=5.1.0 -types-aiofiles~=24.1.0.20240626 +# types-aiofiles~=24.1.0.20240626 types-ujson~=5.10.0.20240515