File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,9 +7,16 @@ Changelog
77
88Fixes
99~~~~~
10+ - Bump to latest upstream fix release. [Stephen L Arnold]
1011- Remove deprecated version attribute from package metadata. [Stephen L
1112 Arnold]
1213
14+ Other
15+ ~~~~~
16+ - Merge pull request #32 from sarnold/packaging-fix. [Steve Arnold]
17+
18+ packaging fix
19+
1320
14210.6.1 (2025-07-31)
1522------------------
Original file line number Diff line number Diff line change 1+ honcho @ git+https://github.com/VCTLabs/honcho.git@v2.0.0.2#egg=honcho
12importlib-metadata ; python_version < '3.8'
23importlib_resources ; python_version < '3.10'
34munch
45ruamel.yaml
5- honcho
66# only used for demo mode
77redis
88flask
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ setup_requires =
2323 setuptools_scm[toml]
2424
2525install_requires =
26- honcho
26+ honcho @ git+https://github.com/VCTLabs/honcho.git@v2.0.0.2 # egg=honcho
2727 importlib_resources; python_version < '3.10'
2828 munch
2929 ruamel.yaml>=0.16.6
You can’t perform that action at this time.
0 commit comments