Fixing error in install hook: ERROR: Could not find a version that satisfies the requirement hatch-vcs<0.6.0,>=0.4.0 (from versions: none) ERROR: No matching distribution found for hatch-vcs<0.6.0,>=0.4.0 Closes-Bug: #2091295 Change-Id: Id83d99d8d549c7c1e9f0c0d5e158b9c709c27ba2 Signed-off-by: Jorge Merlino <jorge.merlino@canonical.com>
13 lines
314 B
Plaintext
13 lines
314 B
Plaintext
# Pin hvac for a consistent response type
|
|
hvac==0.10.1
|
|
|
|
# Add hatchling and calver, needed by urllib3
|
|
hatchling<2,>=1.6.0
|
|
calver
|
|
hatch-vcs>=0.4.0,<0.6.0
|
|
setuptools-scm<9,>=8
|
|
|
|
git+https://github.com/openstack/charms.openstack.git#egg=charms.openstack
|
|
|
|
git+https://github.com/juju/charm-helpers.git#egg=charmhelpers
|