Mercurial > code > home > repos > zulip
annotate bots/pyproject.toml @ 2:6fc2c741f1a6 default tip
dead code
author | drewp@bigasterisk.com |
---|---|
date | Tue, 11 Feb 2025 19:21:39 -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 |