Bump deps

This commit is contained in:
Chris Proctor
2025-01-13 19:51:58 -05:00
parent e6aef35ea0
commit e5d13929e3
2 changed files with 19 additions and 516 deletions

View File

@@ -1,15 +1,18 @@
[tool.poetry]
[project]
name = "problemset-typeface"
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"