From 4f2887214ac4d4a238afc06ce6f4bce1f49b3a59 Mon Sep 17 00:00:00 2001 From: "Thomas (Tom) C. Gorordo" Date: Fri, 18 Apr 2025 03:48:06 -0700 Subject: [PATCH] format --- pyproject.toml | 1 - requirements.txt | 13 +++++++++++++ src/cmd.py | 2 ++ uv.lock | 14 -------------- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 744b22e..a5f063c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,6 @@ dependencies = [ "polars>=1.26.0", "pyside6>=6.9.0", "pytest-benchmark>=5.1.0", - "qtpy>=2.4.3", "rich>=14.0.0", ] diff --git a/requirements.txt b/requirements.txt index ee5e022..a4a3474 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,9 +20,22 @@ py-cpuinfo==9.0.0 # via pytest-benchmark pygments==2.19.1 # 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 # via pytest-benchmark pytest-benchmark==5.1.0 # via carousel (pyproject.toml) rich==14.0.0 # via carousel (pyproject.toml) +shiboken6==6.9.0 + # via + # pyside6 + # pyside6-addons + # pyside6-essentials diff --git a/src/cmd.py b/src/cmd.py index 066a9ac..caac855 100644 --- a/src/cmd.py +++ b/src/cmd.py @@ -1,9 +1,11 @@ import click import carousel + @click.command() def cli(): carousel.main() + if __name__ == "__main__": cli() diff --git a/uv.lock b/uv.lock index 4f63d92..f6cdf07 100644 --- a/uv.lock +++ b/uv.lock @@ -30,7 +30,6 @@ dependencies = [ { name = "polars" }, { name = "pyside6" }, { name = "pytest-benchmark" }, - { name = "qtpy" }, { name = "rich" }, ] @@ -51,7 +50,6 @@ requires-dist = [ { name = "polars", specifier = ">=1.26.0" }, { name = "pyside6", specifier = ">=6.9.0" }, { name = "pytest-benchmark", specifier = ">=5.1.0" }, - { name = "qtpy", specifier = ">=2.4.3" }, { 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 }, ] -[[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]] name = "rich" version = "14.0.0"