mirror of
https://github.com/sigmasternchen/html-tictactoe
synced 2025-03-15 03:28:55 +00:00
16 lines
308 B
TOML
16 lines
308 B
TOML
[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"
|