Mercurial > code > home > repos > light9
comparison pyproject.toml @ 2395:ef3cde3e81e8
switch collector output from json to avro (still over WS)
author | drewp@bigasterisk.com |
---|---|
date | Thu, 16 May 2024 15:03:50 -0700 |
parents | 7578f855d18b |
children | 44fc477970bf |
comparison
equal
deleted
inserted
replaced
2394:7578f855d18b | 2395:ef3cde3e81e8 |
---|---|
43 "alsa-midi>=1.0.1", | 43 "alsa-midi>=1.0.1", |
44 "treq>=22.2.0", | 44 "treq>=22.2.0", |
45 "light9 @ file:///${PROJECT_ROOT}/", | 45 "light9 @ file:///${PROJECT_ROOT}/", |
46 "python-debouncer>=0.1.4", | 46 "python-debouncer>=0.1.4", |
47 "pytest>=8.2.0", | 47 "pytest>=8.2.0", |
48 "avro>=1.11.3", | |
49 "fastavro>=1.9.4", | |
50 "yappi>=1.6.0", | |
48 ] | 51 ] |
49 requires-python = ">=3.11" | 52 requires-python = ">=3.11" |
50 | 53 |
51 readme = "README.md" | 54 readme = "README.md" |
52 | 55 |