Remove hvac
dependency from API
#2894
Labels
💻 aspect: code
Concerns the software code in the repository
dependencies
Pull requests that update a dependency file
🧰 goal: internal improvement
Improvement that benefits maintainers, not users
help wanted
Open to participation from the community
🟨 priority: medium
Not blocking but should be addressed soon
🧱 stack: api
Related to the Django API
🐍 tech: python
Involves Python
Problem
hvac
is an installed dependency but is not used.Description
Remove
hvac
fromapi/pipfile
then runpipenv install
inapi
directory and commit the lockfile changes.Confirm unit tests work by running the following from repository root:
The text was updated successfully, but these errors were encountered: