Skip to content

Commit 83e05a0

Browse files
committed
chore: use uv to run the project
Signed-off-by: Lucas Roesler <[email protected]>
1 parent 4eab70c commit 83e05a0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Taskfile.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
version: '3'
1+
version: "3"
22

33
tasks:
44
run:
55
desc: Run the Claude usage monitor
66
dir: src
77
cmds:
8-
- python -m claude_monitor
8+
- uv run --frozen python -m claude_monitor
99

1010
update:
1111
desc: Update repository from upstream

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies = [
4545
"pytz>=2023.3",
4646
"rich>=13.7.0",
4747
"tomli>=1.2.0; python_version < '3.11'",
48-
"tzdata; sys_platform == 'win32'"
48+
"tzdata; sys_platform == 'win32'",
4949
]
5050

5151
[project.optional-dependencies]

0 commit comments

Comments
 (0)