This commit is contained in:
2025-04-19 20:23:37 +02:00
commit 5d70fe1ba2
11 changed files with 255 additions and 0 deletions

10
pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[project]
name = "whatsapp-api"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"asyncio>=3.4.3",
"httpx>=0.28.1",
]