generated from mwc/lab_pipes
I got stuck on this lab when creating the 100k list becuase I had to install the setuptools.
17 lines
316 B
TOML
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"
|