Compare commits
No commits in common. "75c26e78eb50ffc2c5b56d30e3b5de7595996ad2" and "70117005d53a08e55187fbe386c5afdaa893a527" have entirely different histories.
75c26e78eb
...
70117005d5
3
.vscode/launch.json
vendored
3
.vscode/launch.json
vendored
@ -11,8 +11,7 @@
|
|||||||
"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 = "mixonomer"
|
name = "music"
|
||||||
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,7 +25,6 @@ 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