From 1ef9f938de7a2146486f2b4f366d48972ed37155 Mon Sep 17 00:00:00 2001 From: Christian Pointner <equinox@helsinki.at> Date: Sat, 10 Aug 2019 16:06:59 +0200 Subject: [PATCH] since python3 simplejson is called json --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 93c0bcd..c9acd11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,6 +2,5 @@ Flask==0.12.2 Flask-SQLAlchemy==2.3.2 mysqlclient==1.3.12 redis==2.10.6 -simplejson==3.13.2 mutagen==1.40 validators==0.12.1 -- GitLab