File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3333 - run : |
3434 sudo apt-get update
3535 sudo apt-get install -y libwayland-dev libcairo2-dev libgirepository-2.0-dev
36- - run : uv pip install -r pyproject.toml
36+ - run : uv pip install -r pyproject.toml --extra wayland --extra x11
3737 - run : uv pip install --group types
3838 - run : mypy safeeyes
Original file line number Diff line number Diff line change @@ -21,11 +21,9 @@ classifiers = [
2121 " Topic :: Utilities" ,
2222]
2323dependencies = [
24- " pywayland" ,
2524 " PyGObject" ,
2625 " babel" ,
2726 " packaging" ,
28- " python-xlib" ,
2927]
3028requires-python = " >=3.10"
3129
@@ -38,6 +36,8 @@ safeeyes = "safeeyes.__main__:main"
3836
3937[project .optional-dependencies ]
4038healthstats = [" croniter" ]
39+ wayland = [" pywayland" ]
40+ x11 = [" python-xlib" ]
4141
4242[build-system ]
4343requires = [" setuptools" ]
You can’t perform that action at this time.
0 commit comments