Mercurial > code > home > repos > rdferry
comparison pyproject.toml @ 2:b4dc3eb1f92b
empty server & first test
author | drewp@bigasterisk.com |
---|---|
date | Sat, 16 Mar 2024 11:29:20 -0700 |
parents | fa108e01b284 |
children | d98cb018fad7 |
comparison
equal
deleted
inserted
replaced
1:db1ee14b922d | 2:b4dc3eb1f92b |
---|---|
20 build-backend = "pdm.backend" | 20 build-backend = "pdm.backend" |
21 | 21 |
22 | 22 |
23 [tool.pdm] | 23 [tool.pdm] |
24 distribution = true | 24 distribution = true |
25 | |
26 [tool.pdm.dev-dependencies] | |
27 dev = [ | |
28 "pytest>=8.1.1", | |
29 "aiohttp>=3.9.3", | |
30 "pytest-asyncio>=0.23.5.post1", | |
31 ] |