initial commit

This commit is contained in:
Mark Eaton
2025-11-15 22:52:33 -05:00
commit 1fee0bd971
4 changed files with 313 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
[project]
name = "teams-bot"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aider-install>=0.2.0",
"black>=25.11.0",
"httpx>=0.28.1",
"python-dotenv>=1.2.1",
]