From 73220c420f8e346660526070c202384a9bd93ad6 Mon Sep 17 00:00:00 2001 From: manisha1997 Date: Tue, 26 Dec 2023 15:35:16 +0530 Subject: [PATCH 1/2] chore: commit to test main branch cannot be edited from local. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 663d1e97..d41c0a1c 100644 --- a/README.md +++ b/README.md @@ -135,6 +135,7 @@ response = sg.client.mail.send.post(request_body=data) print(response.status_code) print(response.body) print(response.headers) + ``` ## General v3 Web API Usage (With [Fluent Interface](https://sendgrid.com/blog/using-python-to-implement-a-fluent-interface-to-any-rest-api/)) From 698b64f5fce08c2509a38b69f2944d917fad4401 Mon Sep 17 00:00:00 2001 From: manisha1997 Date: Fri, 22 Mar 2024 13:21:23 +0530 Subject: [PATCH 2/2] chore: otk-venv --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fb61004c..367cb62d 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,7 @@ venv: clean install: venv . venv/bin/activate; python setup.py install - . venv/bin/activate; pip install -r requirements.txt + pip install -r requirements.txt test-install: install . venv/bin/activate; pip install -r test/requirements.txt