Files
lab_pipes/pyproject.toml
jwberent be2bd708c0 I answered the questions in the exercises.md file.
- This lab was different than unit 1 in that the turtle was not used.  Also, it used pipes which is something I have never seen before.  This lab was definitely much harder than anything we did in unit 1.
- This lab made me frustrated at times as I was not able to answer every question.  I think I got the majority of them correct though.  I have never done anythng similar to this before.
2025-09-26 14:22:10 -04:00

23 lines
442 B
TOML

[project]
name = "lab-pipes"
version = "0.1.0"
description = ""
authors = [
{name = "Chris Proctor",email = "chris@chrisproctor.net"}
]
license = {text = "MIT"}
readme = "README.md"
requires-python = ">=3.10,<4.0"
dependencies = [
"wordflow (>=0.2.4,<0.3.0)",
"setuptools (>=80.9.0,<81.0.0)"
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
package-mode = false