adding cmd_lyrics implementation
This commit is contained in:
@@ -6,9 +6,21 @@ authors = ["dtomlinson <dtomlinson@williamhill.co.uk>"]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.7"
|
||||
requests = "^2.23.0"
|
||||
musicbrainzngs = "^0.7.1"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
pytest = "^5.2"
|
||||
python-language-server = "^0.31.8"
|
||||
Rope = "^0.16.0"
|
||||
Pyflakes = "^2.1.1"
|
||||
McCabe = "^0.6.1"
|
||||
pycodestyle = "^2.5.0"
|
||||
pydocstyle = "^5.0.2"
|
||||
autopep8 = "^1.5"
|
||||
YAPF = "^0.29.0"
|
||||
pudb = "^2019.2"
|
||||
pyls-black = "^0.4.4"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry>=0.12"]
|
||||
|
||||
Reference in New Issue
Block a user