Skip to content

Commit 61bf58e

Browse files
committed
fix: attempted CI fix
1 parent 297b58c commit 61bf58e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@ aw-watcher-afk = "aw_watcher_afk:main"
1010

1111
[tool.poetry.dependencies]
1212
python = "^3.7"
13+
aw-core = {git = "https://github.com/ActivityWatch/aw-core.git"}
1314
aw-client = {git = "https://github.com/ActivityWatch/aw-client.git"}
1415
pyobjc-framework-Quartz = { version = "^7.0", platform = "darwin" }
1516
python-xlib = { version = "^0.28", platform = "linux" }
1617
pynput = "^1.7.3"
18+
appdirs = "^1.4.4"
1719

1820
[tool.poetry.dev-dependencies]
1921
mypy = "*"

0 commit comments

Comments
 (0)