Files
lab_pipes/pyproject.toml
dpanarello2 c64d01fb6a This lab was different from Unit 1 because we were creating our own codes based on previous ones to create the new lists.
I got stuck on this lab when creating the 100k list becuase I had to install the setuptools.
2025-10-15 20:49:05 -04:00

17 lines
316 B
TOML

[tool.poetry]
name = "lab_pipes"
version = "0.1.1"
description = ""
authors = ["Chris Proctor <chris@chrisproctor.net>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
wordflow = "^0.2.4"
setuptools = "^80.9.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"