From 027e011302d8f4c311aae341b807c3efbbc654d0 Mon Sep 17 00:00:00 2001 From: voronin9032 Date: Fri, 1 Jul 2022 00:12:38 +0300 Subject: [PATCH] Remove pytest from dev-dependencies --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a7cd79a..8bd4d0f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,6 @@ authors = ["Voronin9032 "] python = "^3.7" [tool.poetry.dev-dependencies] -pytest = "^5.2" [tool.poetry.scripts] howdyho = "howdyho:while_true_print_howdyho_help"