generated from mwc/lab_tic_tac_toe
17 lines
329 B
TOML
17 lines
329 B
TOML
[tool.poetry]
|
|
name = "lab_tic_tac_toe"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Chris Proctor <chris@chrisproctor.net>"]
|
|
license = "MIT"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.11"
|
|
click = "^8.1.3"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|