format cls timestamp string

This commit is contained in:
hillerliao
2022-05-15 22:47:56 +08:00
parent efd3e43d53
commit d6d7b7f3c4
6 changed files with 27 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ name = "pypi"
[packages]
bootstrap-flask = "*"
feedparser = "*"
feedparser = "6.0.8"
flask-debugtoolbar = "*"
flask-moment = "*"
Flask = "*"
@@ -17,6 +17,7 @@ parsel = "*"
flask-script = "*"
icecream = "*"
flask-analytics = "*"
arrow = "1.2.2"
[dev-packages]
coverage = "*"