mirror of
https://github.com/Textualize/textual-web.git
synced 2025-10-17 02:36:40 +03:00
first commit
This commit is contained in:
29
pyproject.toml
Normal file
29
pyproject.toml
Normal file
@@ -0,0 +1,29 @@
|
||||
[tool.poetry]
|
||||
name = "textual_web"
|
||||
version = "0.1.0"
|
||||
description = "Serve Textual apps"
|
||||
authors = ["Will McGugan <will@textualize.io>"]
|
||||
license = "MIT"
|
||||
readme = "README.md"
|
||||
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
textual = { version = ">=0.13.0", extras = ["dev"] }
|
||||
aiohttp = "^3.8.4"
|
||||
uvloop = "^0.17.0"
|
||||
click = "^8.1.3"
|
||||
aiohttp-jinja2 = "^1.5.1"
|
||||
pydantic = "^2.1.1"
|
||||
xdg = "^6.0.0"
|
||||
msgpack = "^1.0.5"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.black]
|
||||
includes = "src"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
textual-web = "textual_web.cli:app"
|
||||
Reference in New Issue
Block a user