From 9f61c2f6794ff91faf3cfc7a6964e882e99d8f0d Mon Sep 17 00:00:00 2001 From: hillerliao Date: Thu, 12 May 2022 22:11:37 +0800 Subject: [PATCH] Update Pipfile --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index c16cfd8..54d514b 100644 --- a/Pipfile +++ b/Pipfile @@ -9,7 +9,7 @@ flask-debugtoolbar = "*" flask-moment = "*" Flask = "*" python-dotenv = "*" -"psycopg2" = "*" +markupsafe==2.0.1 gunicorn = "*" requests = "*" parsel = "*"