comparison bots/pyproject.toml @ 0:96f842f12121

start
author drewp@bigasterisk.com
date Tue, 28 Jan 2025 23:30:02 -0800
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:96f842f12121
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