Bump deps

This commit is contained in:
Chris Proctor
2025-01-13 19:53:39 -05:00
parent d78bd48f8c
commit 576c80428e
2 changed files with 19 additions and 516 deletions

View File

@@ -1,15 +1,18 @@
[tool.poetry]
[project]
name = "project-drawing"
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"
superturtle = "^0.1.0"
requires-python = ">=3.10,<4.0"
dependencies = [
"superturtle (>=0.2.0,<0.3.0)"
]
[build-system]
requires = ["poetry-core"]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"