From 6c8144f485501264985565abea2a206427b41a45 Mon Sep 17 00:00:00 2001 From: heyarne Date: Thu, 11 Aug 2022 07:59:12 +0200 Subject: [PATCH] Add datasette-auth-passwords --- poetry.lock | 17 ++++++++++++++++- pyproject.toml | 1 + 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index b252467..39cabde 100644 --- a/poetry.lock +++ b/poetry.lock @@ -118,6 +118,20 @@ docs = ["sphinx-rtd-theme", "sphinx-autobuild", "codespell"] rich = ["rich"] test = ["pytest (==6.2.5)", "pytest-xdist (==2.5.0)", "pytest-asyncio (==0.16.0)", "beautifulsoup4 (==4.10.0)", "black (==21.12b0)", "pytest-timeout (==2.0.2)", "trustme (==0.9.0)", "cogapp (==3.3.0)"] +[[package]] +name = "datasette-auth-passwords" +version = "1.0" +description = "Datasette plugin for authenticating access using passwords" +category = "main" +optional = false +python-versions = "*" + +[package.dependencies] +datasette = ">=0.59" + +[package.extras] +test = ["httpx", "pytest-asyncio", "pytest"] + [[package]] name = "h11" version = "0.12.0" @@ -364,7 +378,7 @@ standard = ["websockets (>=9.1)", "httptools (>=0.2.0,<0.3.0)", "watchgod (>=0.6 [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "5a5b2552d65c92a16de778c774221c4f5aa48ae3de787e5a66c1af91cece0633" +content-hash = "2f13cb6360cbe7d09e9a31213add54d287c83c32a8fa42c1bde4a8a94606f18d" [metadata.files] aiofiles = [] @@ -379,6 +393,7 @@ colorama = [ {file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"}, ] datasette = [] +datasette-auth-passwords = [] h11 = [] httpcore = [] httpx = [] diff --git a/pyproject.toml b/pyproject.toml index 7f42968..7dca143 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,6 +11,7 @@ datasette = "^0.60.1" # datasette-copyable = "^0.3.1" # datasette-leaflet = "^0.2.2" # datasette-leaflet-geojson = "^0.8" +datasette-auth-passwords = "^1.0" [tool.poetry.dev-dependencies]