From 96c4f6aec933b99eafdc88a8db87e9e90d5864e8 Mon Sep 17 00:00:00 2001 From: Ruben van de Ven Date: Wed, 19 Jan 2022 10:55:30 +0100 Subject: [PATCH] index template. Fix python requirement --- pyproject.toml | 2 +- templates/index.html | 57 ++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 58 insertions(+), 1 deletion(-) create mode 100644 templates/index.html diff --git a/pyproject.toml b/pyproject.toml index 33066d3..646625a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ description = "Draw an animated vector image" authors = ["Ruben van de Ven "] [tool.poetry.dependencies] -python = "^3.7" +python = "^3.9" tornado = "^6.1" coloredlogs = "^15.0.1" pydub = "^0.25.1" diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..338da91 --- /dev/null +++ b/templates/index.html @@ -0,0 +1,57 @@ + + + + Annotations + + + + + {% for tag in index.tags %} +

{{tag}}

+ + {% end %} + + + + + \ No newline at end of file