Skip to content
Snippets Groups Projects
Commit 15332902 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

updated dependencies

parent e5349718
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@ name = "TheCodeLabs"
python_version = "3"
[packages]
spotipy = "==2.10.0"
TheCodeLabs-BaseUtils = "==1.2.0"
spotipy = "==2.18.0"
TheCodeLabs-BaseUtils = "*"
[dev-packages]
......@@ -4,7 +4,7 @@ import os
from datetime import datetime, timedelta
import spotipy
from TheCodeLabs_BaseUtils import DefaultLogger
from TheCodeLabs_BaseUtils.DefaultLogger import DefaultLogger
from spotipy.oauth2 import SpotifyClientCredentials
LOG_FORMAT = '[%(levelname)-7s] - %(asctime)s - %(message)s'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment