Files
teams-bot/pyproject.toml
T
2025-11-15 22:52:33 -05:00

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