| [project] | |
| name = "backend" | |
| version = "0.1.0" | |
| description = "Add your description here" | |
| readme = "README.md" | |
| requires-python = ">=3.12" | |
| dependencies = [ | |
| "fastapi>=0.109.0", | |
| "jsonschema>=4.25.1", | |
| "openai>=2.8.1", | |
| "pillow>=12.0.0", | |
| "playwright==1.51", | |
| "pyyaml>=6.0.3", | |
| "tenacity>=9.1.2", | |
| "uvicorn[standard]>=0.27.0", | |
| "websockets>=12.0", | |
| ] | |