21 lines
405 B
TOML
21 lines
405 B
TOML
[tool.poetry]
|
|
name = "ozai webui"
|
|
version = "0.1.1"
|
|
description = "ozai webui"
|
|
authors = ["Adrian Gunnar Lauterer <adrian@lauterer.it>"]
|
|
readme = "README.md"
|
|
license = "MIT"
|
|
packages = [
|
|
{ include = "src" }
|
|
]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
flask = "^2.0.2"
|
|
flask-socketio = "^5.1.1"
|
|
requests = "^2.31.0"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|