html-tictactoe/pyproject.toml

17 lines
308 B
TOML
Raw Normal View History

2024-10-24 16:01:57 +00:00
[tool.poetry]
name = "html-tictactoe"
version = "0.1.0"
description = ""
authors = ["sigmasternchen <git@sigma-star.io>"]
license = "MIT"
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
jinja2 = "^3.1.4"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"