From d5c80b6cf591b4dd7034297ab5e99a824af2c302 Mon Sep 17 00:00:00 2001 From: Soheab <33902984+Soheab@users.noreply.github.com> Date: Thu, 16 Jan 2025 09:43:22 +0100 Subject: [PATCH] Add optional dev dependencies --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index bda91c6b486e..d7360731df31 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -69,6 +69,10 @@ test = [ "typing-extensions>=4.3,<5", "tzdata; sys_platform == 'win32'", ] +dev = [ + "black==22.6", + "typing_extensions>=4.3,<5", +] [tool.setuptools] packages = [