We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4eab70c commit 83e05a0Copy full SHA for 83e05a0
Taskfile.yml
@@ -1,11 +1,11 @@
1
-version: '3'
+version: "3"
2
3
tasks:
4
run:
5
desc: Run the Claude usage monitor
6
dir: src
7
cmds:
8
- - python -m claude_monitor
+ - uv run --frozen python -m claude_monitor
9
10
update:
11
desc: Update repository from upstream
pyproject.toml
@@ -45,7 +45,7 @@ dependencies = [
45
"pytz>=2023.3",
46
"rich>=13.7.0",
47
"tomli>=1.2.0; python_version < '3.11'",
48
- "tzdata; sys_platform == 'win32'"
+ "tzdata; sys_platform == 'win32'",
49
]
50
51
[project.optional-dependencies]
0 commit comments