You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
392 B
TOML
21 lines
392 B
TOML
2 years ago
|
[tool.poetry]
|
||
|
name = "lws"
|
||
|
version = "0.1.0"
|
||
|
description = ""
|
||
|
authors = ["lza_menace <lza_menace@protonmail.com>"]
|
||
|
readme = "README.md"
|
||
|
packages = [{include = "lws", from = "."}]
|
||
|
|
||
|
[tool.poetry.dependencies]
|
||
|
python = "^3.10"
|
||
|
quart = "^0.18.3"
|
||
|
peewee = "^3.15.3"
|
||
|
|
||
|
|
||
|
[build-system]
|
||
|
requires = ["poetry-core"]
|
||
|
build-backend = "poetry.core.masonry.api"
|
||
|
|
||
|
[tool.poetry.scripts]
|
||
|
start = "lws.app:run"
|