[tool.poetry] name = "render" version = "0.1.0" description = "" authors = ["Your Name "] readme = "README.md" [tool.poetry.dependencies] python = "^3.11" playwright = "^1.38.0" pymongo = "^4.5.0" fastapi = {extras = ["full"], version = "^0.103.2"} uvicorn = "^0.23.2" jinja2 = "^3.1.0" opencv-python = "^4.8.1.78" azure-storage-blob = "^12.18.3" motor = "^3.3.1" aiohttp = "^3.8.6" scrapy = "^2.11.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"