Mixonomer/pyproject.toml
dependabot[bot] 50ea5d4962
Bump cryptography from 38.0.4 to 39.0.1
Bumps [cryptography](https://github.com/pyca/cryptography) from 38.0.4 to 39.0.1.
- [Release notes](https://github.com/pyca/cryptography/releases)
- [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst)
- [Commits](https://github.com/pyca/cryptography/compare/38.0.4...39.0.1)

---
updated-dependencies:
- dependency-name: cryptography
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-08 04:45:56 +00:00

41 lines
1.2 KiB
TOML

[tool.poetry]
name = "music"
version = "1.0.1"
description = "Spotify smart playlist generator. Last.fm integration for listening statistics"
authors = ["andy <andy@sarsoo.xyz>"]
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-secret-manager = "^2.12.6"
google-cloud-tasks = "^2.10.0"
requests = "^2.28.1"
httpx = {extras = ["http2"], version = "^0.23.1"}
PyJWT = "^2.4.0"
cryptography = "^39.0.1"
spotframework = { git = "https://github.com/Sarsoo/spotframework.git", branch = "master" }
fmframework = { git = "https://github.com/Sarsoo/pyfmframework.git", branch = "master" }
spotfm = { git = "https://github.com/Sarsoo/spotfm.git", branch = "master" }
[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"