Skip to content

Commit

Permalink
Depend on datasette>=1.0a8, refs #30
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Feb 14, 2024
1 parent a212c75 commit 21817cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
import os

VERSION = "0.4a7"
VERSION = "0.4a8"


def get_long_description():
Expand Down Expand Up @@ -29,7 +29,7 @@ def get_long_description():
packages=["datasette_auth_tokens"],
entry_points={"datasette": ["auth_tokens = datasette_auth_tokens"]},
install_requires=[
"datasette>=1.0a6",
"datasette>=1.0a8",
"sqlite-utils",
"sqlite-migrate",
],
Expand Down

0 comments on commit 21817cf

Please sign in to comment.