File size: 389 Bytes
7fcdb70 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 |
[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",
]
|