diff --git a/pyproject.toml b/pyproject.toml index c910ebe..cbd385b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,6 +20,9 @@ pyramid-jinja2 = "^2.10" pyramid-sqlalchemy = "^1.6" wtforms-sqlalchemy = "^0.4.1" transaction = "^4.0" +unicode-slugify = "^0.1.5" +nanoid = "^2.0.0" +nanoid-dictionary = "^2.4.0" [build-system] diff --git a/ttfrog/assets/templates/base.html b/ttfrog/assets/templates/base.html index b8e3bad..4bd1add 100644 --- a/ttfrog/assets/templates/base.html +++ b/ttfrog/assets/templates/base.html @@ -1,9 +1,9 @@
-