From 1015912b273bdee9429c6798535472640f6ef07f Mon Sep 17 00:00:00 2001 From: Lemi Boyce Date: Mon, 20 Nov 2023 17:13:41 -0500 Subject: [PATCH] fix pipfile --- Pipfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Pipfile b/Pipfile index fcbda0e..b028dd1 100644 --- a/Pipfile +++ b/Pipfile @@ -9,8 +9,8 @@ pytest = "*" black = "*" mypy = "*" setuptools = "*" -tomli = {"version"= "*", "markers"= "python_version < '3.10'"} -exceptiongroup = {"version"= "*", "markers"= "python_version < '3.10'"} +tomli = {version = "*", markers="python_version < '3.10'"} +exceptiongroup = {version= "*", markers="python_version < '3.10'"} [packages] requests = "*"