mirror of
https://github.com/tgorordo/carousel.git
synced 2026-06-12 20:42:13 -07:00
reorg uv env
This commit is contained in:
parent
b95b2db4a9
commit
338006b428
4 changed files with 573 additions and 679 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue