16 lines
379 B
TOML
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",
|
|
]
|