From b70f38eedf787734f497122b4c4b7bfa715db14a Mon Sep 17 00:00:00 2001 From: Frederik Hennig <frederik.hennig@fau.de> Date: Wed, 11 Dec 2024 14:18:11 +0100 Subject: [PATCH] fix typo in pyproject.toml --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index c3d2183..f942a18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ tests = [ "mypy>=1.7.0", "black", "pyyaml", - "requests" + "requests", "fasteners", ] docs = [ -- GitLab