From 510955a1abed07abb8669b977e03f663aac22be1 Mon Sep 17 00:00:00 2001 From: Santhosh <52504160+santacodes@users.noreply.github.com> Date: Mon, 22 Jul 2024 21:48:33 +0530 Subject: [PATCH] Update {{cookiecutter.project_name}}/pyproject.toml Co-authored-by: Agriya Khetarpal <74401230+agriyakhetarpal@users.noreply.github.com> --- {{cookiecutter.project_name}}/pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/{{cookiecutter.project_name}}/pyproject.toml b/{{cookiecutter.project_name}}/pyproject.toml index 34650f5..1a2d993 100644 --- a/{{cookiecutter.project_name}}/pyproject.toml +++ b/{{cookiecutter.project_name}}/pyproject.toml @@ -55,7 +55,6 @@ dev = [ "pytest-cov >=3", "nox[uv]", "pre-commit", - "pytest-cookies", ] docs = [ "sphinx",