13 lines
255 B
TOML
13 lines
255 B
TOML
[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",
|
|
]
|