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 = "*"