15 lines
254 B
TOML
15 lines
254 B
TOML
[tool.poetry]
|
|
name = "webclip"
|
|
version = "0"
|
|
description = ""
|
|
authors = []
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.12"
|
|
uvicorn = "^0.27.0.post1"
|
|
starlette = "^0.36.1"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|