From 74d7d23546889df56530f07816164c5c9a52d777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Pito=C5=84?= Date: Mon, 29 Jan 2024 16:40:35 +0100 Subject: [PATCH] Install moto with dynamodb --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7944406..5320d4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ test = [ "black", "freezegun", "moto", - "mypy<5", + "mypy[dynamodb]", "pytest", "pytest-mock", "pytest-httpx",