correct pipfile line format

This commit is contained in:
hillerliao
2022-05-12 22:24:33 +08:00
parent 568497a56d
commit 645ca5648f

View File

@@ -9,7 +9,7 @@ flask-debugtoolbar = "*"
flask-moment = "*"
Flask = "*"
python-dotenv = "*"
markupsafe==2.0.1
markupsafe = "2.0.1"
gunicorn = "*"
requests = "*"
parsel = "*"