Files
taro-bot-teams/pyproject.toml
Björn Benouarets 7055272793 init: Initial commit
2026-01-07 06:20:16 +01:00

16 lines
379 B
TOML

[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",
]