Skip to content

Commit

Permalink
fix: styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Ido Slonimsky committed Jul 27, 2023
1 parent 0fa44e5 commit 494ea04
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 494ea04

Please sign in to comment.