Initial commit

This commit is contained in:
2026-01-31 14:25:58 +01:00
commit 90ef60029b
5 changed files with 233 additions and 0 deletions

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "weartherbot"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"requests>=2.32.5",
]