diff --git a/poetry.lock b/poetry.lock index 8698db00f..715f7ef79 100644 --- a/poetry.lock +++ b/poetry.lock @@ -526,20 +526,6 @@ gevent = ["gevent (>=1.4.0)"] setproctitle = ["setproctitle"] tornado = ["tornado (>=0.2)"] -[[package]] -name = "httplib2" -version = "0.22.0" -description = "A comprehensive HTTP client library." -optional = false -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -files = [ - {file = "httplib2-0.22.0-py3-none-any.whl", hash = "sha256:14ae0a53c1ba8f3d37e9e27cf37eabb0fb9980f435ba405d546948b009dd64dc"}, - {file = "httplib2-0.22.0.tar.gz", hash = "sha256:d7a10bc5ef5ab08322488bde8c726eeee5c8618723fdb399597ec58f3d82df81"}, -] - -[package.dependencies] -pyparsing = {version = ">=2.4.2,<3.0.0 || >3.0.0,<3.0.1 || >3.0.1,<3.0.2 || >3.0.2,<3.0.3 || >3.0.3,<4", markers = "python_version > \"3.0\""} - [[package]] name = "hupper" version = "1.12" @@ -811,20 +797,6 @@ files = [ {file = "multipart-0.2.4.tar.gz", hash = "sha256:06ba205360bc7096fefe618e4f1e9b2cdb890b4f2157053a81f386912a2522cb"}, ] -[[package]] -name = "oauth2" -version = "1.9.0.post1" -description = "library for OAuth version 1.9" -optional = false -python-versions = "*" -files = [ - {file = "oauth2-1.9.0.post1-py2.py3-none-any.whl", hash = "sha256:15b5c42301f46dd63113f1214b0d81a8b16254f65a86d3c32a1b52297f3266e6"}, - {file = "oauth2-1.9.0.post1.tar.gz", hash = "sha256:c006a85e7c60107c7cc6da1b184b5c719f6dd7202098196dfa6e55df669b59bf"}, -] - -[package.dependencies] -httplib2 = "*" - [[package]] name = "oauthlib" version = "2.1.0" @@ -1074,20 +1046,6 @@ files = [ {file = "pyotp-2.3.0.tar.gz", hash = "sha256:fc537e8acd985c5cbf51e11b7d53c42276fee017a73aec7c07380695671ca1a1"}, ] -[[package]] -name = "pyparsing" -version = "3.1.1" -description = "pyparsing module - Classes and methods to define and execute parsing grammars" -optional = false -python-versions = ">=3.6.8" -files = [ - {file = "pyparsing-3.1.1-py3-none-any.whl", hash = "sha256:32c7c0b711493c72ff18a981d24f28aaf9c1fb7ed5e9667c9e84e3db623bdbfb"}, - {file = "pyparsing-3.1.1.tar.gz", hash = "sha256:ede28a1a32462f5a9705e07aea48001a08f7cf81a021585011deba701581a0db"}, -] - -[package.extras] -diagrams = ["jinja2", "railroad-diagrams"] - [[package]] name = "pyramid" version = "2.0.2" @@ -1529,4 +1487,4 @@ testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "496b7733dc3787a7964846a098fad3d2f0df23ebb42a94bd763c8d9ff21e5881" +content-hash = "a72e1a06fe6744e780612df058c1a1464663907c62429f98987957e8468c9917" diff --git a/pyproject.toml b/pyproject.toml index 00cc79794..08ca68825 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,6 @@ gunicorn = "20.1.0" multipart = "0.2.4" web-py = "0.51" requests = "^2.31.0" -oauth2 = "1.9.0.post1" pylibmc = "1.6.2" pyramid = "2.0.2" webtest = "3.0.0"