From 02ccac333c97c01e6b8c70150952d2f7c3daa052 Mon Sep 17 00:00:00 2001 From: Raphael Forment Date: Tue, 31 Jan 2023 23:09:04 +0100 Subject: [PATCH] Add pytest to the list of dependencies --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 40a5ec2..b498de9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ classifiers = [ dependencies = [ "lark>=1.1.5", "rich>=12.6.0" + "pytest=>7.2.1" ] [project.urls]