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.
This commit is contained in:
Simon Willison 2020-10-08 16:50:43 -07:00
commit 703439bdc3

View file

@ -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::