Merge pull request #22 from TheEdgeOfRage/master

Bump tidalapi to 0.7.1 and add gitignore file
This commit is contained in:
Tim Rae
2023-05-24 09:25:57 +12:00
committed by GitHub
2 changed files with 33 additions and 1 deletions

32
.gitignore vendored Normal file
View File

@@ -0,0 +1,32 @@
# Config and cache files
config.yml
config.yaml
.cache-*
.session.yml
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# Distribution / packaging
build/
dist/
eggs/
.eggs/
sdist/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Environments
.env
.venv
env/
venv/
# mypy
.mypy_cache/
.dmypy.json
dmypy.json

View File

@@ -1,5 +1,5 @@
spotipy==2.21.0
requests>=2.28.1 # for tidalapi
tidalapi==0.7.0
tidalapi==0.7.1
pyyaml==6.0
tqdm==4.64.1