Skip to content

Commit

Permalink
Depend on Datasette 0.58.1, refs #77
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jul 16, 2021
1 parent c73ea4b commit 6724518
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 @@ -28,7 +28,7 @@ def get_long_description():
version=VERSION,
packages=["datasette_graphql"],
entry_points={"datasette": ["graphql = datasette_graphql"]},
install_requires=["datasette>=0.57", "graphene>=2.0,<3.0", "sqlite-utils"],
install_requires=["datasette>=0.58.1", "graphene>=2.0,<3.0", "sqlite-utils"],
extras_require={"test": ["pytest", "pytest-asyncio"]},
tests_require=["datasette-graphql[test]"],
package_data={"datasette_graphql": ["templates/*.html", "static/*"]},
Expand Down

0 comments on commit 6724518

Please sign in to comment.