Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion PyPowerStore/utils/helpers.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

import logging

from pkg_resources import parse_version
from packaging.version import Version as parse_version

from PyPowerStore.utils import constants

Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
requests==2.32.3
urllib3==2.4.0
packaging==26.0
setuptools==80.10.2
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
description="Python Library for Dell PowerStore",
author="Ansible Team at Dell",
author_email="ansible.team@dell.com",
install_requires=["urllib3>=1.26.7", "requests>=2.23.0"],
install_requires=["urllib3>=1.26.7", "requests>=2.23.0", "packaging>=26.0", "setuptools>=80.10.2"],
license_files=("LICENSE",),
classifiers=["License :: OSI Approved :: Apache Software License"],
url="https://github.com/dell/python-powerstore",
Expand Down
Loading