X-Git-Url: https://git.jsancho.org/?p=datasette-pytables.git;a=blobdiff_plain;f=setup.py;h=1fea91e557f68500a05976e26058cb8613599918;hp=0e9f1f92d6e76f4874d1aa9465d77f77f0294b7f;hb=0cd020af033fcb2a15fe3326f3a49830b816379c;hpb=4798b85f3b904367fa8be0e67552440d3568afcb diff --git a/setup.py b/setup.py index 0e9f1f9..1fea91e 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ setup( ], }, install_requires=[ - 'datasette-connectors', + 'datasette-connectors>=2.0.0', 'tables', 'moz-sql-parser==1.3.18033', 'mo-future==1.6.18072'