File size: 360 Bytes
aa9ec19 9a5111a aa9ec19 9a5111a aa9ec19 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | [project]
name = "picrotate"
version = "0.1.0"
description = "A Gradio app for rotating images."
readme = "README.md"
requires-python = ">=3.10,<3.13"
dependencies = [
"fastapi>=0.112.0,<0.115.0",
"gradio==4.44.1",
"huggingface-hub<1.0.0",
"pillow>=10.0.0",
"pydantic==2.10.6",
"starlette>=0.37.2,<0.39.0",
]
[tool.uv]
package = false
|