From 78d6b81df9bb24930aaf24d86f2bd582b987d77a Mon Sep 17 00:00:00 2001 From: anand2312 Date: Tue, 12 Oct 2021 22:16:09 +0530 Subject: [PATCH] chore: move pytest to dev-dependencies --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8148307d..706b7acf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,12 +10,12 @@ python = "^3.7.1" postgrest-py = "^0.5.0" realtime-py = "^0.1.2" gotrue = "0.2.0" -pytest = "^6" requests = "2.25.1" [tool.poetry.dev-dependencies] pre_commit = "^2.1.0" black = "^21.7b0" +pytest = "^6.2.5" [build-system] requires = ["poetry>=0.12", "setuptools>=30.3.0,<50"]