From 702014ee96a4a89861001ab9837af539574bd2ed Mon Sep 17 00:00:00 2001 From: Lucas Roesler Date: Thu, 6 Feb 2020 11:50:38 +0100 Subject: [PATCH] Add python3-debian to the readme Updates the readme to include the new python3-debian in the list Signed-off-by: Lucas Roesler --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index efa4b93d..3d242b60 100644 --- a/README.md +++ b/README.md @@ -15,6 +15,7 @@ This repository contains the Classic OpenFaaS templates, but many more are avail | node12 | NodeJS | 12.13.0 | Alpine Linux | of-watchdog | [NodeJS template](https://github.com/openfaas/templates/tree/master/template/node12) | node | NodeJS | 12.13.0 | Alpine Linux | classic | [NodeJS template](https://github.com/openfaas/templates/tree/master/template/node) | python3 | Python | 3 | Alpine Linux | classic | [Python 3 template](https://github.com/openfaas/templates/tree/master/template/python3) +| python3-debian | Python | 3 | Debian Linux | classic | [Python 3 Debian template](https://github.com/openfaas/templates/tree/master/template/python3-debian) | python | Python | 2.7 | Alpine Linux | classic | [Python 2.7 template](https://github.com/openfaas/templates/tree/master/template/python) | go | Go | 1.11 | Alpine Linux | classic | [Go template](https://github.com/openfaas/templates/tree/master/template/go) | csharp | C# | N/A | Debian GNU/Linux 9 | classic | [C# template](https://github.com/openfaas/templates/tree/master/template/csharp)