Skip to content

Commit

Permalink
Needs at least Datasette 0.32
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Nov 14, 2019
1 parent c9a99a5 commit 0ef0c73
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def get_long_description():
version=VERSION,
packages=["datasette_template_sql"],
entry_points={"datasette": ["template-sql = datasette_template_sql"]},
install_requires=["datasette"],
install_requires=["datasette~=0.32"],
extras_require={"test": ["pytest", "asgiref", "sqlite-utils"]},
tests_require=["datasette-template-sql[test]"],
)

0 comments on commit 0ef0c73

Please sign in to comment.