Update pyproject.toml

pull/1116/head
CI-DEV 5 days ago committed by GitHub
parent f3e4001f80
commit 569aa2dce4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -77,7 +77,7 @@ mcp = "*"
aiohttp = "*" aiohttp = "*"
orjson = "*" orjson = "*"
schedule = "*" schedule = "*"
uvloop = {version = "*", markers = "sys_platform != 'win32'"} uvloop = {version = "*", markers = "sys_platform == 'linux' or sys_platform == 'darwin'"}
winloop = {version = "*", markers = "sys_platform == 'win32'"} winloop = {version = "*", markers = "sys_platform == 'win32'"}
[tool.poetry.scripts] [tool.poetry.scripts]

Loading…
Cancel
Save