File size: 385 Bytes
af9809a
aa00509
af9809a
aa00509
af9809a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
[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 = ["."]