view bots/pyproject.toml @ 0:96f842f12121

start
author drewp@bigasterisk.com
date Tue, 28 Jan 2025 23:30:02 -0800
parents
children
line wrap: on
line source

[project]
name = "bots"
version = "0.1.0"
description = "Default template for PDM package"
authors = [
    {name = "drew", email = "drewp@bigasterisk.com"},
]
dependencies = ["zulip-bots>=0.9.0", "aiomqtt>=2.3.0", "kubernetes>=32.0.0"]
requires-python = "==3.12.*"
readme = "README.md"
license = {text = "MIT"}


[tool.pdm]
distribution = false