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