[tool.poetry] name = "music" version = "1.0.1" description = "Spotify smart playlist generator. Last.fm integration for listening statistics" authors = ["andy "] readme = "README.md" homepage = "https://mixonomer.sarsoo.xyz/" repository = "https://github.com/Sarsoo/Mixonomer" [tool.poetry.scripts] test = 'admin:test' start = 'admin:run' docs = 'admin:docs' [tool.poetry.dependencies] python = "~3.10" fireo = "^1.5.1" Flask = "^2.1.3" google-cloud-firestore = "<=2.3.4" google-cloud-logging = "^3.2.1" google-cloud-pubsub = "^2.13.4" google-cloud-tasks = "^2.10.0" requests = "^2.28.1" PyJWT = "^2.4.0" spotframework = { git = "https://github.com/Sarsoo/spotframework.git" } fmframework = { git = "https://github.com/Sarsoo/pyfmframework.git" } spotfm = { git = "https://github.com/Sarsoo/spotfm.git" } [tool.poetry.dev-dependencies] pylint = "^2.5.3" python-dotenv = "^0.17.1" Sphinx = "^5.1.1" [build-system] requires = ["poetry-core>=1.0.0"] build-backend = "poetry.core.masonry.api"