[project] name = "tempercheck" version = "0.1.0" description = "Estimate how short-tempered a social-media profile looks, from an image (Gemma 4 E4B)." readme = "README.md" requires-python = ">=3.12" dependencies = [ "gradio>=6.18.0", "pillow>=12.2.0", "requests>=2.34.2", ] [dependency-groups] dev = [ "pytest>=9.1.0", ] [tool.pytest.ini_options] pythonpath = ["."]