major changes:

- introduce flask cache
- use replaceAll together with encodeURI component on client
- many more
This commit is contained in:
geoffrey45
2021-12-19 13:27:37 +03:00
parent 831b8e7ee2
commit 7e67b819f0
8 changed files with 78 additions and 43 deletions
+5 -3
View File
@@ -4,17 +4,19 @@ verify_ssl = true
name = "pypi"
[packages]
flask = "*"
Flask = "*"
tk = "*"
flask-cors = "*"
Flask-Cors = "*"
mutagen = "*"
pymongo = "*"
click = "*"
requests = "*"
watchdog = "*"
progress = "*"
pillow = "*"
Pillow = "*"
gunicorn = "*"
Flask-Cache = "*"
flask-caching = "*"
[dev-packages]
autopep8 = "*"