From 645ca5648f16c41eda4391b7544e65844dc2c2a7 Mon Sep 17 00:00:00 2001 From: hillerliao Date: Thu, 12 May 2022 22:24:33 +0800 Subject: [PATCH] correct pipfile line format --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 54d514b..aacd0f6 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ flask-debugtoolbar = "*" flask-moment = "*" Flask = "*" python-dotenv = "*" -markupsafe==2.0.1 +markupsafe = "2.0.1" gunicorn = "*" requests = "*" parsel = "*"