Add datasette-auth-passwords
This commit is contained in:
parent
26b0180b21
commit
6c8144f485
2 changed files with 17 additions and 1 deletions
17
poetry.lock
generated
17
poetry.lock
generated
|
|
@ -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 = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue