Update metadata and poetry lockfile

This commit is contained in:
Chris Proctor
2023-06-02 14:15:54 -04:00
parent c26930b9f1
commit 94e492d6d9
2 changed files with 18 additions and 18 deletions

View File

@@ -1,12 +1,12 @@
[tool.poetry]
name = "mwc-pedprog-unit02-lab02"
name = "lab_tic_tac_toe"
version = "0.1.0"
description = ""
authors = ["Chris Proctor <github.com@accounts.chrisproctor.net>"]
authors = ["Chris Proctor <chris@chrisproctor.net>"]
license = "MIT"
[tool.poetry.dependencies]
python = "^3.9"
python = "^3.11"
click = "^8.1.3"
[tool.poetry.dev-dependencies]