mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
major changes:
- introduce flask cache - use replaceAll together with encodeURI component on client - many more
This commit is contained in:
+5
-3
@@ -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 = "*"
|
||||
|
||||
Reference in New Issue
Block a user