start python

This commit is contained in:
eneller
2025-09-25 23:58:56 +02:00
parent e2526fe2ab
commit 88e6093ee7
4 changed files with 416 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "schneller-whatsapp"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"click>=8.3.0",
"neonize==0.3.11",
]