Bump deps

This commit is contained in:
Chris Proctor
2025-01-13 19:54:50 -05:00
parent 8e72e1bb7c
commit 5e0a9a4eb4
2 changed files with 23 additions and 13 deletions

View File

@@ -1,15 +1,18 @@
[tool.poetry]
name = "lab_pipes"
version = "0.1.1"
[project]
name = "lab-pipes"
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"
wordflow = "^0.2.4"
requires-python = ">=3.10,<4.0"
dependencies = [
"wordflow (>=0.2.4,<0.3.0)"
]
[build-system]
requires = ["poetry-core"]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"