From d435fc6fa1ff9e112b1f65f18a054318ec4c7bf4 Mon Sep 17 00:00:00 2001 From: Alexey Timin Date: Thu, 10 Aug 2023 21:29:32 +0200 Subject: [PATCH] fix pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 71e25fa..c729808 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = ["aiohttp~=3.8", "pydantic~=1.9", "deprecation~=2.1"] test = [ "pytest~=7.1", "pytest-mock~=3.10", - "pytest-asyncio~=0.18" + "pytest-asyncio~=0.18", "requests~=2.26", ]