reorg uv env

This commit is contained in:
Thomas (Tom) C. Gorordo 2026-05-25 18:50:41 -07:00
parent b95b2db4a9
commit 338006b428
Signed by: tgorordo
GPG key ID: 0CBED22BB0D94490
4 changed files with 573 additions and 679 deletions

View file

@ -6,19 +6,17 @@ readme = "README.md"
authors = [{ name = "Thomas (Tom) C. Gorordo", email = "tcgorordo@gmail.com" }]
requires-python = ">=3.13"
dependencies = [
"click>=8.1.8",
"numpy>=2.2.4",
"polars>=1.26.0",
"pyside6>=6.9.0",
"rich>=14.0.0",
"rustworkx>=0.17.1",
]
[project.scripts]
carousel = "carousel:main"
#[project.scripts]
#carousel = "carousel:main"
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
requires = ["uv_build>=0.11.7,<0.12.0"]
build-backend = "uv_build"
[dependency-groups]
dev = [
@ -33,10 +31,7 @@ dev = [
"ruff>=0.11.2",
"ty>=0.0.0a5",
]
srv = [
"legacy-cgi>=2.6.3",
"python-dotenv>=1.1.0",
]
[pytest]
testpaths = "test"
@ -45,6 +40,3 @@ log_cli = true
[tool.pyright]
include = ["src"]
exclude = ["test"]
reportMissingImports = "error"
reportMissingTypeStubs = false