[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