diff options
| author | Pratyush Desai | 2024-11-10 14:30:23 +0530 |
|---|---|---|
| committer | Pratyush Desai | 2024-11-10 14:30:23 +0530 |
| commit | fc5db8f8e875f10a353f106a90caa871cf84fab3 (patch) | |
| tree | 8ebbfcb719b4578e721a9da819ca0286f8c36b62 | |
| parent | c71de1d95d4d5c22284bf1d8c8b61de5425baffd (diff) | |
| download | spotify-fc5db8f8e875f10a353f106a90caa871cf84fab3.tar.gz spotify-fc5db8f8e875f10a353f106a90caa871cf84fab3.tar.bz2 spotify-fc5db8f8e875f10a353f106a90caa871cf84fab3.zip | |
Update Dependencies
Updated requirements.txt based on spotipy 2.24.0
Signed-off-by: Pratyush Desai <pratyush.desai@liberta.casa>
| -rw-r--r-- | .gitignore | 5 | ||||
| -rw-r--r-- | requirements.txt | 32 |
2 files changed, 15 insertions, 22 deletions
@@ -1,2 +1,3 @@ -env/ -.vscode
\ No newline at end of file +venv/ +.vscode + diff --git a/requirements.txt b/requirements.txt index 5ddd6a9..5a17054 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,21 +1,13 @@ -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 +async-timeout==4.0.2 +certifi==2022.9.24 +charset-normalizer==2.1.1 +Deprecated==1.2.13 +idna==3.4 +packaging==21.3 +pyparsing==3.0.9 +redis==4.3.4 +requests==2.28.1 six==1.16.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 +spotipy==2.24.0 +urllib3==1.26.12 +wrapt==1.14.1 |
