From bea135f50b7b34391fa1f3c8facfe8eaa87db3f3 Mon Sep 17 00:00:00 2001 From: Cal Jacobson Date: Tue, 29 Aug 2023 18:26:23 -0500 Subject: [PATCH] fix pyproject.toml oops --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1dadb74..f977b1b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -30,9 +30,9 @@ dependencies = [ "beautifulsoup4", "pebble", "urllib3", - 'tzdata ; platform_system == "Windows"', + 'tzdata; platform_system == "Windows"', "aocd-example-parser >= 2023.2", - 'typing_extensions ; python_version < 3.10', + 'typing-extensions; python_version < "3.10"', ] [[project.authors]]