diff options
| author | Pratyush Desai | 2022-11-17 10:00:19 +0530 |
|---|---|---|
| committer | Pratyush Desai | 2022-11-17 10:00:19 +0530 |
| commit | e9e82b8e6b197ac7626c01d3872d3f67fbfe957f (patch) | |
| tree | 010d950f87d1ace7646a7733352f809833cf11af | |
| parent | c71de1d95d4d5c22284bf1d8c8b61de5425baffd (diff) | |
| download | spotify-e9e82b8e6b197ac7626c01d3872d3f67fbfe957f.tar.gz spotify-e9e82b8e6b197ac7626c01d3872d3f67fbfe957f.tar.bz2 spotify-e9e82b8e6b197ac7626c01d3872d3f67fbfe957f.zip | |
update libsdevel
| -rw-r--r-- | .gitignore | 4 | ||||
| -rw-r--r-- | requirements.txt | 32 |
2 files changed, 14 insertions, 22 deletions
@@ -1,2 +1,2 @@ -env/ -.vscode
\ No newline at end of file +venv/ +.vscode diff --git a/requirements.txt b/requirements.txt index 5ddd6a9..2873078 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.21.0 +urllib3==1.26.12 +wrapt==1.14.1 |
