Skip to content

Commit 08ad48b

Browse files
authored
Merge pull request #33 from sarnold/honcho-update
dependency update
2 parents b08f2aa + 1065ddd commit 08ad48b

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

CHANGELOG.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,16 @@ Changelog
77

88
Fixes
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

1421
0.6.1 (2025-07-31)
1522
------------------

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1+
honcho @ git+https://github.com/VCTLabs/honcho.git@v2.0.0.2#egg=honcho
12
importlib-metadata; python_version < '3.8'
23
importlib_resources; python_version < '3.10'
34
munch
45
ruamel.yaml
5-
honcho
66
# only used for demo mode
77
redis
88
flask

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ setup_requires =
2323
setuptools_scm[toml]
2424

2525
install_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

0 commit comments

Comments
 (0)