init: Initial commit
This commit is contained in:
15
pyproject.toml
Normal file
15
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user