From 60b4b0cbf200138d569bb0733a4b2dbaed666b54 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 24 Mar 2022 04:12:07 +0100 Subject: [PATCH] :wrench: Add pytest --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 76d09cdb..538be9da 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,6 +33,10 @@ async-timeout = "^3.0.1" sentry-sdk = "^1.0.0" [tool.poetry.dev-dependencies] +pytest = "^6.1.1" +pytest-asyncio = "^0.15.0" +sphinx = "^3.3.1" +sphinx_rtd_theme = "^0.5.0" [build-system] requires = ["poetry>=0.12"]