Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a requirements.txt and update the README to help automate installation / usage #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
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: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ API/SPI schema documents.
Allows the client to send REST requests using a pre-defined JSON payload to a Symantec DLP Cloud Connector. Client can use alternate payloads by pointing to different files, change the user agent, provide a client certificiate for client auth. In addition the client is able to verify the validity of the server TLS certificate, and perform concurrent requests with multiple itterations.

# Requirements
**NOTE:** You should be able to do a `pip install -r requirements.txt` and have the following with no necessary steps.

The following is required to be installed on the machine where the client is running from:

python 2.x
Expand Down
3 changes: 3 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
requests~=2.25.1
argparse~=1.4.0
multiprocessing~=2.6.2.1