Files
bio-performx/pyproject.toml
T
2025-11-21 09:23:13 +01:00

16 lines
336 B
TOML

[project]
name = "report-generation"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi[all]>=0.121.3",
"matplotlib>=3.10.7",
"openpyxl>=3.1.5",
"pandas>=2.3.3",
"playwright>=1.56.0",
"requests>=2.32.5",
"seaborn>=0.13.2",
]