init: Initial commit

This commit is contained in:
Björn Benouarets
2026-01-07 06:20:16 +01:00
commit 7055272793
25 changed files with 1494 additions and 0 deletions

15
pyproject.toml Normal file
View File

@@ -0,0 +1,15 @@
[project]
name = "taro-bot-teams"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"aiohttp>=3.13.2",
"botbuilder-core>=4.15.0",
"botbuilder-integration-aiohttp>=4.15.0",
"botbuilder-schema>=4.15.0",
"psycopg2-binary>=2.9.11",
"python-dotenv>=1.0.0",
"sqlalchemy>=2.0.45",
]