From 703439bdc37e724b01bc6d7a1fc1d955795132f2 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Thu, 8 Oct 2020 16:50:43 -0700 Subject: [PATCH] Don't suggest datasette-graphql in bulidpacks demo Refs #997 - it's not a great suggestion because the fivethirtyeight.db database has so many tables. --- docs/deploying.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/deploying.rst b/docs/deploying.rst index 75bf2612..b0647b2f 100644 --- a/docs/deploying.rst +++ b/docs/deploying.rst @@ -95,7 +95,6 @@ Deploying Datasette on these platforms requires two files: ``requirements.txt`` The ``requirements.txt`` file lets the platform know which Python packages should be installed. It should contain ``datasette`` at a minimum, but can also list any Datasette plugins you wish to install - for example:: datasette - datasette-graphql datasette-vega The ``Procfile`` lets the hosting platform know how to run the command that serves web traffic. It should look like this::