Skip to content

Commit

Permalink
Depend on Datasette >= 0.48
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Aug 16, 2020
1 parent 6e7e269 commit 49303b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -29,7 +29,7 @@ def get_long_description():
packages=["datasette_cluster_map"],
entry_points={"datasette": ["cluster_map = datasette_cluster_map"]},
package_data={"datasette_cluster_map": ["static/datasette-cluster-map.js"]},
install_requires=["datasette"],
install_requires=["datasette>=0.48"],
extras_require={"test": ["pytest", "pytest-asyncio", "httpx", "sqlite-utils"]},
tests_require=["datasette-cluster-map[test]"],
)

0 comments on commit 49303b2

Please sign in to comment.