From 8eb9b384c721d603605db4e40d4bc7a7abe10455 Mon Sep 17 00:00:00 2001 From: Dominik Roth Date: Mon, 21 Oct 2024 15:24:45 +0200 Subject: [PATCH] Pytest as optional dep --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index cd4acba..cc21819 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,4 +32,4 @@ Homepage = "https://git.dominik-roth.eu/dodox/fancy_rl" [project.optional-dependencies] - dev = ["pytest"] \ No newline at end of file + dev = ["pytest"]