start build test

This commit is contained in:
2025-09-12 19:19:56 +05:00
commit d7cf61839b
10 changed files with 1515 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "test-server-xlsx"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"fastapi[all]>=0.116.1",
"flet[all]>=0.28.3",
"numpy>=2.3.3",
"openpyxl>=3.1.5",
]