From 4483f4f84da67cf79d995fa491e36137450fdcb3 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 1 Feb 2024 12:43:56 -0800 Subject: [PATCH] Create pyproject.toml --- pyproject.toml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 pyproject.toml diff --git a/pyproject.toml b/pyproject.toml new file mode 100644 index 0000000..43d50a9 --- /dev/null +++ b/pyproject.toml @@ -0,0 +1,4 @@ +# To get the tests to pass when the repo is first copied + +[project.optional-dependencies] +test = ["pytest"]