File size: 472 Bytes
0eb5f56 01e5b7c 0eb5f56 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
[tool.poetry]
name = "minimal-browser-screenshot"
version = "0.1.0"
description = "Application qui prend des captures d'écran de sites web via un navigateur"
authors = ["HuggingFace Team"]
package-mode = false
[tool.poetry.dependencies]
python = "^3.10"
fastapi = "^0.103.1"
uvicorn = "^0.23.2"
jinja2 = "^3.1.2"
python-multipart = "^0.0.6"
playwright = "^1.39.0"
aiofiles = "^23.2.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api" |