PicRotate / pyproject.toml
CyGuy8's picture
Sync from GitHub via hub-sync
9a5111a verified
Raw
History Blame Contribute Delete
360 Bytes
[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