Migrate to uv

This commit is contained in:
Chris Proctor
2026-04-07 19:45:40 -04:00
parent 71fe78a309
commit e8d099edf9
4 changed files with 337 additions and 455 deletions

View File

@@ -2,22 +2,27 @@
name = "lab-subrosa"
version = "0.1.0"
description = ""
authors = [
{name = "Chris Proctor",email = "chris@chrisproctor.net"}
]
license = {text = "MIT"}
readme = "README.md"
authors = [{ name = "Chris Proctor", email = "chris@chrisproctor.net" }]
requires-python = ">=3.10,<4.0"
readme = "README.md"
license = { text = "MIT" }
classifiers = [
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Programming Language :: Python :: 3.13",
"Programming Language :: Python :: 3.14",
]
dependencies = [
"django-banjo (>=0.9.1,<0.10.0)",
"cryptography (>=44.0.0,<45.0.0)",
"requests (>=2.32.3,<3.0.0)"
"requests (>=2.32.3,<3.0.0)",
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"
requires = ["uv_build>=0.10.0,<0.11.0"]
build-backend = "uv_build"
[tool.poetry]
package-mode = false
[tool.uv]
package = false