This commit is contained in:
Chris Proctor
2025-01-13 19:36:09 -05:00
parent b6ca585a8e
commit 5537cccca3
3 changed files with 20 additions and 516 deletions

View File

@@ -1,15 +1,18 @@
[tool.poetry]
[project]
name = "lab-iteration"
version = "0.1.0"
description = ""
authors = ["Chris Proctor <chris@chrisproctor.net>"]
authors = [
{name = "Chris Proctor",email = "chris@chrisproctor.net"}
]
license = {text = "MIT"}
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
superturtle = "^0.1.0"
requires-python = ">=3.10,<4.0"
dependencies = [
"superturtle (>=0.2.0,<0.3.0)"
]
[build-system]
requires = ["poetry-core"]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"