Add very rudimentary fetching of art and metadata from MB

This commit is contained in:
2023-01-12 11:10:25 -05:00
parent b51b189cd4
commit f435e60b80
6 changed files with 126 additions and 20 deletions

View File

@ -27,6 +27,7 @@ django-markdownify = "^0.9.1"
gunicorn = "^20.1.0"
django-simple-history = "^3.1.1"
whitenoise = "^6.3.0"
musicbrainzngs = "^0.7.1"
[tool.poetry.dev-dependencies]
Werkzeug = "2.0.3"