mirror of
https://github.com/Derpy-Leggies/OnlyLegs.git
synced 2025-06-28 19:16:16 +00:00
Fix errors in metadata parsing
Remove useless extra checks in metadata parser Add Flask-Caching, need to test how helpfull this is
This commit is contained in:
parent
91278e2d11
commit
99c1d81869
27 changed files with 504 additions and 125 deletions
|
@ -10,6 +10,7 @@ readme = ".github/README.md"
|
|||
python = "^3.8"
|
||||
Flask = "^2.2.2"
|
||||
flask-compress = "^1.13"
|
||||
flask-caching = "^2.0.2"
|
||||
gunicorn = "^20.1.0"
|
||||
python-dotenv = "^0.21.0"
|
||||
pyyaml = "^6.0"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue