From c125cbc20db07dab4a3a26d95322a7e52cff8219 Mon Sep 17 00:00:00 2001 From: Krateng Date: Sun, 18 Oct 2020 19:06:44 +0200 Subject: [PATCH] Fixes --- README.md | 1 + maloja/server.py | 0 requirements.txt | 1 + 3 files changed, 2 insertions(+) mode change 100755 => 100644 maloja/server.py diff --git a/README.md b/README.md index 3ed9d78..9eac0e9 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ You can check [my own Maloja page](https://maloja.krateng.ch) to see what it loo * [Data](#data) * [Customization](#customization) * [How to scrobble](#how-to-scrobble) + * [Native support](#native-support) * [Native API](#native-api) * [Standard-compliant API](#standard-compliant-api) * [Manual](#manual) diff --git a/maloja/server.py b/maloja/server.py old mode 100755 new mode 100644 diff --git a/requirements.txt b/requirements.txt index 688b1ae..d741b3a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,3 +8,4 @@ lesscpy>=0.13 pip>=19.3 jinja2>2.11 lru-dict>=1.1.6 +css_html_js_minify