Skip to content

Commit

Permalink
add the requirements files
Browse files Browse the repository at this point in the history
Add the `requirements.txt` and `test-requirements.txt` files. They will
allow anyone to quickly pull the correct dependencies with the following
command:

    pip -rrequirements.txt
  • Loading branch information
goneri authored and Michal Novacek committed Jun 5, 2020
1 parent 88e86d6 commit 1ce41a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
pyvmomi
git+https://github.com/vmware/vsphere-automation-sdk-python.git ; python_version >= '2.7' # Python 2.6 is not supported
Empty file added test-requirements.txt
Empty file.

0 comments on commit 1ce41a5

Please sign in to comment.