vmware / vsphere-automation-sdk-python

Python samples, language bindings, and API reference documentation for vSphere, VMC, and NSX-T using the VMware REST API
MIT License
747 stars 313 forks source link

Update setup.py #297

Closed burenk0v closed 2 years ago

burenk0v commented 2 years ago

In the old version, I can't use my local pypi server to store the package. Using the requirements.txt file as source for install_requires solves this problem.

Signed-off-by: Oleg Burenkov burenkov.oleg@gmail.com

vmwclabot commented 2 years ago

@burenk0v, you must sign every commit in this pull request acknowledging our Developer Certificate of Origin before your changes are merged. This can be done by adding Signed-off-by: John Doe <john.doe@email.org> to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement.