From 7866813a4fffd60157626605d1e4cb1b1070214b Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Wed, 26 Feb 2020 15:18:51 +0100 Subject: Removed sendgrid dependency. --- poetry.lock | 29 +---------------------------- 1 file changed, 1 insertion(+), 28 deletions(-) (limited to 'poetry.lock') diff --git a/poetry.lock b/poetry.lock index 83a8feba..2631e7ca 100644 --- a/poetry.lock +++ b/poetry.lock @@ -417,14 +417,6 @@ optional = false python-versions = "*" version = "1.0.4" -[[package]] -category = "main" -description = "HTTP REST client, simplified for Python" -name = "python-http-client" -optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -version = "3.2.5" - [[package]] category = "main" description = "A module provides basic functions for parsing mime-type names and matching them against a list of media-ranges." @@ -470,17 +462,6 @@ version = "1.0.0" [package.dependencies] requests = ">=1.2.0" -[[package]] -category = "main" -description = "Twilio SendGrid library for Python" -name = "sendgrid" -optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" -version = "6.1.2" - -[package.dependencies] -python-http-client = ">=3.2.1" - [[package]] category = "main" description = "Python 2 and 3 compatibility utilities" @@ -578,7 +559,7 @@ idna = ">=2.0" multidict = ">=4.0" [metadata] -content-hash = "55d68271b42d43858eb45a17f1de68d89ed73cd5b72a497af0d64185b1c9ca1b" +content-hash = "e8b3a93859c566e8f72ce498eaee7d1ff257823c60e95e064700951dd55e880a" python-versions = "^3.8" [metadata.files] @@ -838,9 +819,6 @@ python-editor = [ {file = "python_editor-1.0.4-py3-none-any.whl", hash = "sha256:1bf6e860a8ad52a14c3ee1252d5dc25b2030618ed80c022598f00176adc8367d"}, {file = "python_editor-1.0.4-py3.5.egg", hash = "sha256:c3da2053dbab6b29c94e43c486ff67206eafbe7eb52dbec7390b5e2fb05aac77"}, ] -python-http-client = [ - {file = "python_http_client-3.2.5.tar.gz", hash = "sha256:10bfbc7ecd25e55215680ce2827b1a3bf4e06ba4a59758039d047d6104b6f169"}, -] python-mimeparse = [ {file = "python-mimeparse-1.6.0.tar.gz", hash = "sha256:76e4b03d700a641fd7761d3cd4fdbbdcd787eade1ebfac43f877016328334f78"}, {file = "python_mimeparse-1.6.0-py2.py3-none-any.whl", hash = "sha256:a295f03ff20341491bfe4717a39cd0a8cc9afad619ba44b77e86b0ab8a2b8282"}, @@ -856,11 +834,6 @@ requests = [ requests-futures = [ {file = "requests-futures-1.0.0.tar.gz", hash = "sha256:35547502bf1958044716a03a2f47092a89efe8f9789ab0c4c528d9c9c30bc148"}, ] -sendgrid = [ - {file = "sendgrid-6.1.2-py3-none-any.whl", hash = "sha256:e2b8bd90522f22a22d2557aee9cb77d0c372a8c4ca35e65d062b4ecaf0b9a4bd"}, - {file = "sendgrid-6.1.2-py3.6.egg", hash = "sha256:faa8105a36cc8a02be4f4bbe22816d1d1c8985bbc7cc9f8bb4195870d7cff7e5"}, - {file = "sendgrid-6.1.2.tar.gz", hash = "sha256:8112a3e2edd4cef208ed46335f058d2782397b395b96a472dcfd5e2618cf621b"}, -] six = [ {file = "six-1.14.0-py2.py3-none-any.whl", hash = "sha256:8f3cd2e254d8f793e7f3d6d9df77b92252b52637291d0f0da013c76ea2724b6c"}, {file = "six-1.14.0.tar.gz", hash = "sha256:236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a"}, -- cgit