annotate bots/pyproject.toml @ 1:2a288d2cb88c
add unread_to_mqtt bridge
author |
drewp@bigasterisk.com |
date |
Tue, 11 Feb 2025 19:20:47 -0800 |
parents |
96f842f12121 |
children |
|
rev |
line source |
0
|
1 [project]
|
|
2 name = "bots"
|
|
3 version = "0.1.0"
|
|
4 description = "Default template for PDM package"
|
|
5 authors = [
|
|
6 {name = "drew", email = "drewp@bigasterisk.com"},
|
|
7 ]
|
|
8 dependencies = ["zulip-bots>=0.9.0", "aiomqtt>=2.3.0", "kubernetes>=32.0.0"]
|
|
9 requires-python = "==3.12.*"
|
|
10 readme = "README.md"
|
|
11 license = {text = "MIT"}
|
|
12
|
|
13
|
|
14 [tool.pdm]
|
|
15 distribution = false
|