senza gui

This commit is contained in:
Alessandro Battilani
2026-01-10 15:36:02 +01:00
parent 2d9426e87f
commit 9cf6040a59
6 changed files with 1089 additions and 15 deletions

11
pyproject.toml Normal file
View File

@@ -0,0 +1,11 @@
[project]
name = "macro-outlook"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"nicegui>=3.5.0",
"pywin32>=311",
"tqdm>=4.67.1",
]