diff options
| author | Pratyush Desai | 2021-10-23 15:56:46 +0530 |
|---|---|---|
| committer | Pratyush Desai | 2021-10-23 15:56:46 +0530 |
| commit | daf56214d01854b527b5d644cd5e0f1304b60422 (patch) | |
| tree | 1c92c9aa547cf92b67f619917fcb48ca326ec9dc | |
| parent | a72c46ea64fc83478831cbf27ce16885c87f813d (diff) | |
| download | spotify-daf56214d01854b527b5d644cd5e0f1304b60422.tar.gz spotify-daf56214d01854b527b5d644cd5e0f1304b60422.tar.bz2 spotify-daf56214d01854b527b5d644cd5e0f1304b60422.zip | |
update spotipy
| -rw-r--r-- | .gitignore | 3 | ||||
| -rw-r--r-- | requirements.txt | 16 |
2 files changed, 17 insertions, 2 deletions
@@ -1 +1,2 @@ -env/
\ No newline at end of file +env/ +.vscode
\ No newline at end of file diff --git a/requirements.txt b/requirements.txt index f1161a8..5ddd6a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,21 @@ certifi==2021.5.30 charset-normalizer==2.0.4 +dnspython==1.16.0 +docopt==0.6.2 +docutils==0.17.1 +fett==0.3.2 idna==3.2 +networkx==2.6.2 +pymongo==3.11.4 +python-jsonrpc-server==0.3.4 +PyYAML==5.4.1 requests==2.26.0 +rstcheck==3.3.1 six==1.16.0 -spotipy==2.18.0 +snooty-lextudio==1.11.0.dev0 +spotipy==2.19.0 +toml==0.10.2 +typing-extensions==3.10.0.0 +ujson==1.35 urllib3==1.26.6 +watchdog==1.0.2 |
