steam>=1.4.3
requests>=2.0
python-dateutil>=2.8
python-dotenv>=0.19

[:platform_system == "Windows"]
colorama>=0.4.6

[lint]
ruff==0.16.7

[ntfy-images]

[ntfy-images:python_version < "3.7"]
Pillow<9.0,>=8.0

[ntfy-images:python_version == "3.7"]
Pillow<10.0,>=9.0

[ntfy-images:python_version == "3.8"]
Pillow<11.0,>=10.0

[ntfy-images:python_version == "3.9"]
Pillow<12,>=11.3.0

[ntfy-images:python_version >= "3.10"]
Pillow>=12.0.0

[test]
pytest>=7.0
pyyaml>=6.0

[test:python_version < "3.7"]
Pillow<9.0,>=8.0

[test:python_version == "3.7"]
Pillow<10.0,>=9.0

[test:python_version == "3.8"]
Pillow<11.0,>=10.0

[test:python_version == "3.9"]
Pillow<12,>=11.3.0

[test:python_version >= "3.10"]
Pillow>=12.0.0
