Skip to content

Commit 72ee611

Browse files
committed
Adding library for packaging and version
1 parent b0ac79a commit 72ee611

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
requests==2.32.3
22
urllib3==2.4.0
33
packaging==26.0
4+
setuptools==80.10.2

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
description="Python Library for Dell PowerStore",
1212
author="Ansible Team at Dell",
1313
author_email="ansible.team@dell.com",
14-
install_requires=["urllib3>=1.26.7", "requests>=2.23.0", "packaging>=26.0"],
14+
install_requires=["urllib3>=1.26.7", "requests>=2.23.0", "packaging>=26.0", "setuptools>=80.10.2"],
1515
license_files=("LICENSE",),
1616
classifiers=["License :: OSI Approved :: Apache Software License"],
1717
url="https://github.com/dell/python-powerstore",

0 commit comments

Comments
 (0)