Files
lab_pipes/pyproject.toml
juddin2 aa19b5182b I did't change anything. I just tried out each code.
It felt different from unit 1 because it's more structured. Additionally, it felt very similar to math in a way because we're are trying to do words in order.
2025-09-27 17:29:20 -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