Add missing dependencies
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>
This commit is contained in:
@@ -4,6 +4,8 @@ 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user