aboutsummaryrefslogtreecommitdiff
path: root/poetry.lock
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2020-02-26 15:18:51 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2020-02-26 15:18:51 +0100
commit7866813a4fffd60157626605d1e4cb1b1070214b (patch)
tree92efe39c8e6889d2caf3a615592a96d895c0f073 /poetry.lock
parentRemoved Flask-SSLify and Heroku default support. (diff)
downloadnewspipe-7866813a4fffd60157626605d1e4cb1b1070214b.tar.gz
newspipe-7866813a4fffd60157626605d1e4cb1b1070214b.tar.bz2
newspipe-7866813a4fffd60157626605d1e4cb1b1070214b.zip
Removed sendgrid dependency.
Diffstat (limited to 'poetry.lock')
-rw-r--r--poetry.lock29
1 files changed, 1 insertions, 28 deletions
diff --git a/poetry.lock b/poetry.lock
index 83a8feba..2631e7ca 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -419,14 +419,6 @@ 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."
name = "python-mimeparse"
optional = false
@@ -472,17 +464,6 @@ 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"
name = "six"
optional = false
@@ -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"},
bgstack15