pynput>=1.7.0
Pillow>=9.0.0
pyscreenshot>=3.1

[:platform_system == "Darwin"]
pyautogui

[:platform_system == "Linux"]
python-xlib
PyQt5

[test]
pytest>=7.0
pytest-cov>=4.0
pytest-mock>=3.10
coverage>=7.0

[test:platform_system == "Linux"]
pytest-xvfb
