From a6765a6970cafa5538be967d3f9325458660ef25 Mon Sep 17 00:00:00 2001 From: StevanFreeborn Date: Tue, 3 May 2022 09:40:19 -0500 Subject: [PATCH] update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 04665c0..5d3f5b3 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,12 @@ This SDK was developed independently using their existing C# SDK as a guide and ## Dependencies +### Python + +Requires use of Python 3.6.0. + +### Requests + All methods for the `OnspringClient` make use of the [Requests](https://docs.python-requests.org/en/latest/) library to interact with the endpoints of version 2 of the Onspring API. ## Installation