We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81005c4 commit 68f2adcCopy full SHA for 68f2adc
1 file changed
pyproject.toml
@@ -4,14 +4,14 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "datasette-auth-github"
7
-version = "0.14.0"
+version = "0.14"
8
description = "Datasette plugin and ASGI middleware that authenticates users against GitHub"
9
readme = "README.md"
10
authors = [{name = "Simon Willison"}]
11
license = "Apache-2.0"
12
requires-python = ">=3.10"
13
dependencies = [
14
- "datasette>=1.0a14",
+ "datasette"
15
]
16
17
[project.urls]
0 commit comments