mirror of
https://github.com/Textualize/textual-web.git
synced 2025-10-17 02:36:40 +03:00
fixed uvloop dependancy
This commit is contained in:
@@ -9,9 +9,9 @@ readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
textual = { version = ">=0.13.0", extras = ["dev"] }
|
||||
textual = "0.35.1"
|
||||
aiohttp = "^3.8.4"
|
||||
uvloop = { version = "^0.17.0", platform = "windows" }
|
||||
uvloop = { version = "^0.17.0", markers = "sys_platform != 'win32'" }
|
||||
click = "^8.1.3"
|
||||
aiohttp-jinja2 = "^1.5.1"
|
||||
pydantic = "^2.1.1"
|
||||
@@ -21,6 +21,7 @@ importlib-metadata = ">=4.11.3"
|
||||
httpx = ">=0.24.1"
|
||||
tomli = "^2.0.1"
|
||||
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
Reference in New Issue
Block a user