readding cryptography, updating deps

This commit is contained in:
Andy Pack 2023-10-13 19:43:51 +01:00
parent 70117005d5
commit 8c2f12a691
Signed by: sarsoo
GPG Key ID: A55BA3536A5E0ED7
4 changed files with 768 additions and 616 deletions

3
.vscode/launch.json vendored
View File

@ -11,7 +11,8 @@
"module": "flask", "module": "flask",
"env": { "env": {
"FLASK_APP": "music.music", "FLASK_APP": "music.music",
"FLASK_ENV": "development" "FLASK_ENV": "development",
"GOOGLE_CLOUD_PROJECT": "sarsooxyz"
}, },
"envFile": "${workspaceFolder}/.env", "envFile": "${workspaceFolder}/.env",
"args": [ "args": [

710
package-lock.json generated

File diff suppressed because it is too large Load Diff

668
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,5 +1,5 @@
[tool.poetry] [tool.poetry]
name = "music" name = "mixonomer"
version = "1.0.2" version = "1.0.2"
description = "Spotify smart playlist generator. Last.fm integration for listening statistics" description = "Spotify smart playlist generator. Last.fm integration for listening statistics"
authors = ["andy <andy@sarsoo.xyz>"] authors = ["andy <andy@sarsoo.xyz>"]
@ -25,6 +25,7 @@ requests = "^2.28.1"
httpx = {extras = ["http2"], version = "^0.24.1"} httpx = {extras = ["http2"], version = "^0.24.1"}
PyJWT = "^2.4.0" PyJWT = "^2.4.0"
functions-framework = "^3" functions-framework = "^3"
cryptography = "^41.0.4"
spotframework = { git = "https://github.com/Sarsoo/spotframework.git", branch = "master" } spotframework = { git = "https://github.com/Sarsoo/spotframework.git", branch = "master" }
fmframework = { git = "https://github.com/Sarsoo/pyfmframework.git", branch = "master" } fmframework = { git = "https://github.com/Sarsoo/pyfmframework.git", branch = "master" }