| [project] | |
| name = "blind-quill" | |
| version = "0.1.0" | |
| description = "A hidden-canon story grafting game served as a Gradio Space." | |
| readme = "README.md" | |
| requires-python = ">=3.12,<3.13" | |
| dependencies = [ | |
| "accelerate", | |
| "filelock", | |
| "gradio[oauth,mcp]==6.16.0", | |
| "psutil", | |
| "pydantic>=2", | |
| "safetensors", | |
| "spaces", | |
| "torch==2.11.0", | |
| "torchvision==0.26.0", | |
| "transformers", | |
| "uvicorn>=0.14.0", | |
| "websockets>=10.4", | |
| ] | |
| [tool.uv] | |
| package = false | |