mirror of
https://github.com/tgorordo/carousel.git
synced 2026-06-14 21:32:14 -07:00
format
This commit is contained in:
parent
fabb5db953
commit
4f2887214a
4 changed files with 15 additions and 15 deletions
|
|
@ -11,7 +11,6 @@ dependencies = [
|
||||||
"polars>=1.26.0",
|
"polars>=1.26.0",
|
||||||
"pyside6>=6.9.0",
|
"pyside6>=6.9.0",
|
||||||
"pytest-benchmark>=5.1.0",
|
"pytest-benchmark>=5.1.0",
|
||||||
"qtpy>=2.4.3",
|
|
||||||
"rich>=14.0.0",
|
"rich>=14.0.0",
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -20,9 +20,22 @@ py-cpuinfo==9.0.0
|
||||||
# via pytest-benchmark
|
# via pytest-benchmark
|
||||||
pygments==2.19.1
|
pygments==2.19.1
|
||||||
# via rich
|
# via rich
|
||||||
|
pyside6==6.9.0
|
||||||
|
# via carousel (pyproject.toml)
|
||||||
|
pyside6-addons==6.9.0
|
||||||
|
# via pyside6
|
||||||
|
pyside6-essentials==6.9.0
|
||||||
|
# via
|
||||||
|
# pyside6
|
||||||
|
# pyside6-addons
|
||||||
pytest==8.3.5
|
pytest==8.3.5
|
||||||
# via pytest-benchmark
|
# via pytest-benchmark
|
||||||
pytest-benchmark==5.1.0
|
pytest-benchmark==5.1.0
|
||||||
# via carousel (pyproject.toml)
|
# via carousel (pyproject.toml)
|
||||||
rich==14.0.0
|
rich==14.0.0
|
||||||
# via carousel (pyproject.toml)
|
# via carousel (pyproject.toml)
|
||||||
|
shiboken6==6.9.0
|
||||||
|
# via
|
||||||
|
# pyside6
|
||||||
|
# pyside6-addons
|
||||||
|
# pyside6-essentials
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,11 @@
|
||||||
import click
|
import click
|
||||||
import carousel
|
import carousel
|
||||||
|
|
||||||
|
|
||||||
@click.command()
|
@click.command()
|
||||||
def cli():
|
def cli():
|
||||||
carousel.main()
|
carousel.main()
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
cli()
|
cli()
|
||||||
|
|
|
||||||
14
uv.lock
generated
14
uv.lock
generated
|
|
@ -30,7 +30,6 @@ dependencies = [
|
||||||
{ name = "polars" },
|
{ name = "polars" },
|
||||||
{ name = "pyside6" },
|
{ name = "pyside6" },
|
||||||
{ name = "pytest-benchmark" },
|
{ name = "pytest-benchmark" },
|
||||||
{ name = "qtpy" },
|
|
||||||
{ name = "rich" },
|
{ name = "rich" },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
@ -51,7 +50,6 @@ requires-dist = [
|
||||||
{ name = "polars", specifier = ">=1.26.0" },
|
{ name = "polars", specifier = ">=1.26.0" },
|
||||||
{ name = "pyside6", specifier = ">=6.9.0" },
|
{ name = "pyside6", specifier = ">=6.9.0" },
|
||||||
{ name = "pytest-benchmark", specifier = ">=5.1.0" },
|
{ name = "pytest-benchmark", specifier = ">=5.1.0" },
|
||||||
{ name = "qtpy", specifier = ">=2.4.3" },
|
|
||||||
{ name = "rich", specifier = ">=14.0.0" },
|
{ name = "rich", specifier = ">=14.0.0" },
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
@ -385,18 +383,6 @@ wheels = [
|
||||||
{ url = "https://files.pythonhosted.org/packages/de/3d/8161f7711c017e01ac9f008dfddd9410dff3674334c233bde66e7ba65bbf/pywin32_ctypes-0.2.3-py3-none-any.whl", hash = "sha256:8a1513379d709975552d202d942d9837758905c8d01eb82b8bcc30918929e7b8", size = 30756 },
|
{ url = "https://files.pythonhosted.org/packages/de/3d/8161f7711c017e01ac9f008dfddd9410dff3674334c233bde66e7ba65bbf/pywin32_ctypes-0.2.3-py3-none-any.whl", hash = "sha256:8a1513379d709975552d202d942d9837758905c8d01eb82b8bcc30918929e7b8", size = 30756 },
|
||||||
]
|
]
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "qtpy"
|
|
||||||
version = "2.4.3"
|
|
||||||
source = { registry = "https://pypi.org/simple" }
|
|
||||||
dependencies = [
|
|
||||||
{ name = "packaging" },
|
|
||||||
]
|
|
||||||
sdist = { url = "https://files.pythonhosted.org/packages/70/01/392eba83c8e47b946b929d7c46e0f04b35e9671f8bb6fc36b6f7945b4de8/qtpy-2.4.3.tar.gz", hash = "sha256:db744f7832e6d3da90568ba6ccbca3ee2b3b4a890c3d6fbbc63142f6e4cdf5bb", size = 66982 }
|
|
||||||
wheels = [
|
|
||||||
{ url = "https://files.pythonhosted.org/packages/69/76/37c0ccd5ab968a6a438f9c623aeecc84c202ab2fabc6a8fd927580c15b5a/QtPy-2.4.3-py3-none-any.whl", hash = "sha256:72095afe13673e017946cc258b8d5da43314197b741ed2890e563cf384b51aa1", size = 95045 },
|
|
||||||
]
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "rich"
|
name = "rich"
|
||||||
version = "14.0.0"
|
version = "14.0.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue