From 494ea04ffae3333c5b3d8e315bf3510b91736e23 Mon Sep 17 00:00:00 2001 From: Ido Slonimsky Date: Thu, 27 Jul 2023 14:21:38 +0300 Subject: [PATCH] fix: styling --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1b1548b6..e36e0d3f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,10 @@ maturin = "0.14.12" watchdog = "2.2.1" multiprocess = "0.70.14" nestd = "0.3.1" -uvloop = { version = "0.17.0", markers = "sys_platform != 'win32' and (sys_platform != 'cygwin' and platform_python_implementation != 'PyPy')" } +uvloop = { + version = "0.17.0", + markers = "sys_platform != 'win32' and (sys_platform != 'cygwin' and platform_python_implementation != 'PyPy')" +} jinja2 = { version = "3.0.1", optional = true } [tool.poetry.extras]