readding cryptography, updating deps
This commit is contained in:
parent
70117005d5
commit
8c2f12a691
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
@ -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
710
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
668
poetry.lock
generated
668
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -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" }
|
||||||
|
Loading…
Reference in New Issue
Block a user