Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
SpotifyBackup
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Robert Goldmann
SpotifyBackup
Commits
efbc3171
Commit
efbc3171
authored
3 years ago
by
Robert Goldmann
Browse files
Options
Downloads
Patches
Plain Diff
Revert "
#2
- try patch from spotipy fork repo"
This reverts commit
60ff7c4d
.
parent
60ff7c4d
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
poetry.lock
+7
-164
7 additions, 164 deletions
poetry.lock
pyproject.toml
+1
-1
1 addition, 1 deletion
pyproject.toml
with
8 additions
and
165 deletions
poetry.lock
+
7
−
164
View file @
efbc3171
[[package]]
name
=
"async-timeout"
version
=
"4.0.2"
description
=
"Timeout context manager for asyncio programs"
category
=
"main"
optional
=
false
python-versions
=
">
=
3.6
"
[[package]]
name
=
"certifi"
version
=
"2021.10.8"
...
...
@@ -25,20 +17,6 @@ python-versions = ">=3.5.0"
[package.extras]
unicode_backport
=
[
"unicodedata2"
]
[[package]]
name
=
"deprecated"
version
=
"1.2.13"
description
=
"Python @deprecated decorator to deprecate old python classes, functions or methods."
category
=
"main"
optional
=
false
python-versions
=
">
=
2.7
,
!
=
3.0
.*
,
!
=
3.1
.*
,
!
=
3.2
.*
,
!
=
3.3
.*
"
[package.dependencies]
wrapt
=
">
=
1.10
,
<
2
"
[package.extras]
dev
=
[
"tox"
,
"bump2version (<1)"
,
"sphinx (<2)"
,
"importlib-metadata (<3)"
,
"importlib-resources (<4)"
,
"configparser (<5)"
,
"sphinxcontrib-websupport (<2)"
,
"zipp (<2)"
,
"PyTest (<5)"
,
"PyTest-Cov (<2.6)"
,
"pytest"
,
"pytest-cov"
]
[[package]]
name
=
"idna"
version
=
"3.3"
...
...
@@ -47,17 +25,6 @@ category = "main"
optional
=
false
python-versions
=
">
=
3.5
"
[[package]]
name
=
"packaging"
version
=
"21.3"
description
=
"Core utilities for Python packages"
category
=
"main"
optional
=
false
python-versions
=
">
=
3.6
"
[package.dependencies]
pyparsing
=
">
=
2.0
.
2
,
<
3.0
.
5
||
>
3.0
.
5
"
[[package]]
name
=
"psutil"
version
=
"5.9.0"
...
...
@@ -81,34 +48,6 @@ python-versions = "*"
requests
=
">
=
2.0
.
1
"
six
=
"*"
[[package]]
name
=
"pyparsing"
version
=
"3.0.8"
description
=
"pyparsing module - Classes and methods to define and execute parsing grammars"
category
=
"main"
optional
=
false
python-versions
=
">
=
3.6
.
8
"
[package.extras]
diagrams
=
[
"railroad-diagrams"
,
"jinja2"
]
[[package]]
name
=
"redis"
version
=
"4.2.2"
description
=
"Python client for Redis database and key-value store"
category
=
"main"
optional
=
false
python-versions
=
">
=
3.6
"
[package.dependencies]
async-timeout
=
">
=
4.0
.
2
"
deprecated
=
">
=
1.2
.
3
"
packaging
=
">
=
20.4
"
[package.extras]
hiredis
=
[
"hiredis (>=1.0.0)"
]
ocsp
=
[
"cryptography (>=36.0.1)"
,
"pyopenssl (==20.0.1)"
,
"requests (>=2.26.0)"
]
[[package]]
name
=
"requests"
version
=
"2.27.1"
...
...
@@ -147,7 +86,7 @@ python-versions = "*"
tornado
=
">
=
2.0
"
[[
package
]]
name
=
"spotipy
-fork
"
name
=
"spotipy"
version
=
"2.19.0"
description
=
"A light weight Python library for the Spotify Web API"
category
=
"main"
...
...
@@ -155,7 +94,6 @@ optional = false
python-versions
=
"*"
[
package.dependencies
]
redis
=
">
=
3.5
.
3
"
requests
=
">
=
2.25
.
0
"
six
=
">
=
1.15
.
0
"
urllib3
=
">
=
1.26
.
0
"
...
...
@@ -164,11 +102,6 @@ urllib3 = ">=1.26.0"
doc
=
[
"Sphinx (>=1.5.2)"
]
test
=
[
"mock (==2.0.0)"
]
[
package.source
]
type
=
"legacy"
url
=
"https://pypi.thecodelabs.de"
reference
=
"TheCodeLabs"
[[
package
]]
name
=
"thecodelabs-baseutils"
version
=
"1.7.0"
...
...
@@ -208,24 +141,12 @@ brotli = ["brotlicffi (>=0.8.0)", "brotli (>=1.0.9)", "brotlipy (>=0.6.0)"]
secure
=
[
"pyOpenSSL (>=0.14)"
,
"cryptography (>=1.3.4)"
,
"idna (>=2.0.0)"
,
"certifi"
,
"ipaddress"
]
socks
=
[
"PySocks (>=1.5.6,!=1.5.7,<2.0)"
]
[[
package
]]
name
=
"wrapt"
version
=
"1.14.0"
description
=
"Module for decorators, wrappers and monkey patching."
category
=
"main"
optional
=
false
python-versions
=
"!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>
=
2.7
"
[
metadata
]
lock-version
=
"1.1"
python-versions
=
"^3.9"
content-hash
=
"
6d06259bd8ce440499192456e71817fead502c22edda9203d2c65ae20bfcb589
"
content-hash
=
"
2ecf5397c5750e73e30af77638576f8298c008b7e4a8ea16fdedc721a9e9b2ea
"
[
metadata.files
]
async-timeout
=
[
{file
=
"async-timeout-4.0.2.tar.gz"
,
hash
=
"sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15"
}
,
{file
=
"async_timeout-4.0.2-py3-none-any.whl"
,
hash
=
"sha256:8ca1e4fcf50d07413d66d1a5e416e42cfdf5851c981d679a09851a6853383b3c"
}
,
]
certifi
=
[
{file
=
"certifi-2021.10.8-py2.py3-none-any.whl"
,
hash
=
"sha256:d62a0163eb4c2344ac042ab2bdf75399a71a2d8c7d47eac2e2ee91b9d6339569"
}
,
{file
=
"certifi-2021.10.8.tar.gz"
,
hash
=
"sha256:78884e7c1d4b00ce3cea67b44566851c4343c120abd683433ce934a68ea58872"
}
,
...
...
@@ -234,18 +155,10 @@ charset-normalizer = [
{file
=
"charset-normalizer-2.0.12.tar.gz"
,
hash
=
"sha256:2857e29ff0d34db842cd7ca3230549d1a697f96ee6d3fb071cfa6c7393832597"
}
,
{file
=
"charset_normalizer-2.0.12-py3-none-any.whl"
,
hash
=
"sha256:6881edbebdb17b39b4eaaa821b438bf6eddffb4468cf344f09f89def34a8b1df"
}
,
]
deprecated
=
[
{file
=
"Deprecated-1.2.13-py2.py3-none-any.whl"
,
hash
=
"sha256:64756e3e14c8c5eea9795d93c524551432a0be75629f8f29e67ab8caf076c76d"
}
,
{file
=
"Deprecated-1.2.13.tar.gz"
,
hash
=
"sha256:43ac5335da90c31c24ba028af536a91d41d53f9e6901ddb021bcc572ce44e38d"
}
,
]
idna
=
[
{file
=
"idna-3.3-py3-none-any.whl"
,
hash
=
"sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"
}
,
{file
=
"idna-3.3.tar.gz"
,
hash
=
"sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"
}
,
]
packaging
=
[
{file
=
"packaging-21.3-py3-none-any.whl"
,
hash
=
"sha256:ef103e05f519cdc783ae24ea4e2e0f508a9c99b2d4969652eed6a2e1ea5bd522"
}
,
{file
=
"packaging-21.3.tar.gz"
,
hash
=
"sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"
}
,
]
psutil
=
[
{file
=
"psutil-5.9.0-cp27-cp27m-manylinux2010_i686.whl"
,
hash
=
"sha256:55ce319452e3d139e25d6c3f85a1acf12d1607ddedea5e35fb47a552c051161b"
}
,
{file
=
"psutil-5.9.0-cp27-cp27m-manylinux2010_x86_64.whl"
,
hash
=
"sha256:7336292a13a80eb93c21f36bde4328aa748a04b68c13d01dfddd67fc13fd0618"
}
,
...
...
@@ -285,14 +198,6 @@ pyocclient = [
{file
=
"pyocclient-0.6-py3.8.egg"
,
hash
=
"sha256:a02151c0435851ca80582731da52c07f23c70b9c2d185c5f87f6e93c5db63dd3"
}
,
{file
=
"pyocclient-0.6.tar.gz"
,
hash
=
"sha256:a33ddcbbd2ec22d9bc7d76b71dd77896c557221153d1428759780b5fb8fe8fa3"
}
,
]
pyparsing
=
[
{file
=
"pyparsing-3.0.8-py3-none-any.whl"
,
hash
=
"sha256:ef7b523f6356f763771559412c0d7134753f037822dad1b16945b7b846f7ad06"
}
,
{file
=
"pyparsing-3.0.8.tar.gz"
,
hash
=
"sha256:7bf433498c016c4314268d95df76c81b842a4cb2b276fa3312cfb1e1d85f6954"
}
,
]
redis
=
[
{file
=
"redis-4.2.2-py3-none-any.whl"
,
hash
=
"sha256:4e95f4ec5f49e636efcf20061a5a9110c20852f607cfca6865c07aaa8a739ee2"
}
,
{file
=
"redis-4.2.2.tar.gz"
,
hash
=
"sha256:0107dc8e98a4f1d1d4aa00100e044287f77121a1e6d2085545c4b7fa94a7a27f"
}
,
]
requests
=
[
{file
=
"requests-2.27.1-py2.py3-none-any.whl"
,
hash
=
"sha256:f22fa1e554c9ddfd16e6e41ac79759e17be9e492b3587efa038054674760e72d"
}
,
{file
=
"requests-2.27.1.tar.gz"
,
hash
=
"sha256:68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"
}
,
...
...
@@ -305,7 +210,11 @@ snakeviz = [
{file
=
"snakeviz-2.1.1-py2.py3-none-any.whl"
,
hash
=
"sha256:931142dc927101c9a4b6e89bc0577ff1a3d1886b483a04e6af70c31d2c3dce19"
}
,
{file
=
"snakeviz-2.1.1.tar.gz"
,
hash
=
"sha256:0d96c006304f095cb4b3fb7ed98bb866ca35a7ca4ab9020bbc27d295ee4c94d9"
}
,
]
spotipy-fork
=
[]
spotipy
=
[
{file
=
"spotipy-2.19.0-py2-none-any.whl"
,
hash
=
"sha256:dd6de229351bb6cf4d9bc169c5e183288da795f5a8265968dd98e95c037f9e7a"
}
,
{file
=
"spotipy-2.19.0-py3-none-any.whl"
,
hash
=
"sha256:766f9ef96d61851d7884c4553f2de2527c3af01df603985f6987543bb28e3ff5"
}
,
{file
=
"spotipy-2.19.0.tar.gz"
,
hash
=
"sha256:904f6e813dba837758e9510c1bee51d7ca217f169246625a13e693733dc33543"
}
,
]
thecodelabs-baseutils
=
[]
tornado
=
[
{file
=
"tornado-6.1-cp35-cp35m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:d371e811d6b156d82aa5f9a4e08b58debf97c302a35714f6f45e35139c332e32"
}
,
...
...
@@ -354,69 +263,3 @@ urllib3 = [
{file
=
"urllib3-1.26.9-py2.py3-none-any.whl"
,
hash
=
"sha256:44ece4d53fb1706f667c9bd1c648f5469a2ec925fcf3a776667042d645472c14"
}
,
{file
=
"urllib3-1.26.9.tar.gz"
,
hash
=
"sha256:aabaf16477806a5e1dd19aa41f8c2b7950dd3c746362d7e3223dbe6de6ac448e"
}
,
]
wrapt
=
[
{file
=
"wrapt-1.14.0-cp27-cp27m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:5a9a1889cc01ed2ed5f34574c90745fab1dd06ec2eee663e8ebeefe363e8efd7"
}
,
{file
=
"wrapt-1.14.0-cp27-cp27m-manylinux1_i686.whl"
,
hash
=
"sha256:9a3ff5fb015f6feb78340143584d9f8a0b91b6293d6b5cf4295b3e95d179b88c"
}
,
{file
=
"wrapt-1.14.0-cp27-cp27m-manylinux1_x86_64.whl"
,
hash
=
"sha256:4b847029e2d5e11fd536c9ac3136ddc3f54bc9488a75ef7d040a3900406a91eb"
}
,
{file
=
"wrapt-1.14.0-cp27-cp27m-manylinux2010_i686.whl"
,
hash
=
"sha256:9a5a544861b21e0e7575b6023adebe7a8c6321127bb1d238eb40d99803a0e8bd"
}
,
{file
=
"wrapt-1.14.0-cp27-cp27m-manylinux2010_x86_64.whl"
,
hash
=
"sha256:88236b90dda77f0394f878324cfbae05ae6fde8a84d548cfe73a75278d760291"
}
,
{file
=
"wrapt-1.14.0-cp27-cp27mu-manylinux1_i686.whl"
,
hash
=
"sha256:f0408e2dbad9e82b4c960274214af533f856a199c9274bd4aff55d4634dedc33"
}
,
{file
=
"wrapt-1.14.0-cp27-cp27mu-manylinux1_x86_64.whl"
,
hash
=
"sha256:9d8c68c4145041b4eeae96239802cfdfd9ef927754a5be3f50505f09f309d8c6"
}
,
{file
=
"wrapt-1.14.0-cp27-cp27mu-manylinux2010_i686.whl"
,
hash
=
"sha256:22626dca56fd7f55a0733e604f1027277eb0f4f3d95ff28f15d27ac25a45f71b"
}
,
{file
=
"wrapt-1.14.0-cp27-cp27mu-manylinux2010_x86_64.whl"
,
hash
=
"sha256:65bf3eb34721bf18b5a021a1ad7aa05947a1767d1aa272b725728014475ea7d5"
}
,
{file
=
"wrapt-1.14.0-cp310-cp310-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:09d16ae7a13cff43660155383a2372b4aa09109c7127aa3f24c3cf99b891c330"
}
,
{file
=
"wrapt-1.14.0-cp310-cp310-macosx_11_0_arm64.whl"
,
hash
=
"sha256:debaf04f813ada978d7d16c7dfa16f3c9c2ec9adf4656efdc4defdf841fc2f0c"
}
,
{file
=
"wrapt-1.14.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:748df39ed634851350efa87690c2237a678ed794fe9ede3f0d79f071ee042561"
}
,
{file
=
"wrapt-1.14.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
,
hash
=
"sha256:1807054aa7b61ad8d8103b3b30c9764de2e9d0c0978e9d3fc337e4e74bf25faa"
}
,
{file
=
"wrapt-1.14.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:763a73ab377390e2af26042f685a26787c402390f682443727b847e9496e4a2a"
}
,
{file
=
"wrapt-1.14.0-cp310-cp310-musllinux_1_1_aarch64.whl"
,
hash
=
"sha256:8529b07b49b2d89d6917cfa157d3ea1dfb4d319d51e23030664a827fe5fd2131"
}
,
{file
=
"wrapt-1.14.0-cp310-cp310-musllinux_1_1_i686.whl"
,
hash
=
"sha256:68aeefac31c1f73949662ba8affaf9950b9938b712fb9d428fa2a07e40ee57f8"
}
,
{file
=
"wrapt-1.14.0-cp310-cp310-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:59d7d92cee84a547d91267f0fea381c363121d70fe90b12cd88241bd9b0e1763"
}
,
{file
=
"wrapt-1.14.0-cp310-cp310-win32.whl"
,
hash
=
"sha256:3a88254881e8a8c4784ecc9cb2249ff757fd94b911d5df9a5984961b96113fff"
}
,
{file
=
"wrapt-1.14.0-cp310-cp310-win_amd64.whl"
,
hash
=
"sha256:9a242871b3d8eecc56d350e5e03ea1854de47b17f040446da0e47dc3e0b9ad4d"
}
,
{file
=
"wrapt-1.14.0-cp35-cp35m-manylinux1_i686.whl"
,
hash
=
"sha256:a65bffd24409454b889af33b6c49d0d9bcd1a219b972fba975ac935f17bdf627"
}
,
{file
=
"wrapt-1.14.0-cp35-cp35m-manylinux1_x86_64.whl"
,
hash
=
"sha256:9d9fcd06c952efa4b6b95f3d788a819b7f33d11bea377be6b8980c95e7d10775"
}
,
{file
=
"wrapt-1.14.0-cp35-cp35m-manylinux2010_i686.whl"
,
hash
=
"sha256:db6a0ddc1282ceb9032e41853e659c9b638789be38e5b8ad7498caac00231c23"
}
,
{file
=
"wrapt-1.14.0-cp35-cp35m-manylinux2010_x86_64.whl"
,
hash
=
"sha256:14e7e2c5f5fca67e9a6d5f753d21f138398cad2b1159913ec9e9a67745f09ba3"
}
,
{file
=
"wrapt-1.14.0-cp35-cp35m-win32.whl"
,
hash
=
"sha256:6d9810d4f697d58fd66039ab959e6d37e63ab377008ef1d63904df25956c7db0"
}
,
{file
=
"wrapt-1.14.0-cp35-cp35m-win_amd64.whl"
,
hash
=
"sha256:d808a5a5411982a09fef6b49aac62986274ab050e9d3e9817ad65b2791ed1425"
}
,
{file
=
"wrapt-1.14.0-cp36-cp36m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:b77159d9862374da213f741af0c361720200ab7ad21b9f12556e0eb95912cd48"
}
,
{file
=
"wrapt-1.14.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:36a76a7527df8583112b24adc01748cd51a2d14e905b337a6fefa8b96fc708fb"
}
,
{file
=
"wrapt-1.14.0-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
,
hash
=
"sha256:a0057b5435a65b933cbf5d859cd4956624df37b8bf0917c71756e4b3d9958b9e"
}
,
{file
=
"wrapt-1.14.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:3a0a4ca02752ced5f37498827e49c414d694ad7cf451ee850e3ff160f2bee9d3"
}
,
{file
=
"wrapt-1.14.0-cp36-cp36m-musllinux_1_1_aarch64.whl"
,
hash
=
"sha256:8c6be72eac3c14baa473620e04f74186c5d8f45d80f8f2b4eda6e1d18af808e8"
}
,
{file
=
"wrapt-1.14.0-cp36-cp36m-musllinux_1_1_i686.whl"
,
hash
=
"sha256:21b1106bff6ece8cb203ef45b4f5778d7226c941c83aaaa1e1f0f4f32cc148cd"
}
,
{file
=
"wrapt-1.14.0-cp36-cp36m-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:493da1f8b1bb8a623c16552fb4a1e164c0200447eb83d3f68b44315ead3f9036"
}
,
{file
=
"wrapt-1.14.0-cp36-cp36m-win32.whl"
,
hash
=
"sha256:89ba3d548ee1e6291a20f3c7380c92f71e358ce8b9e48161401e087e0bc740f8"
}
,
{file
=
"wrapt-1.14.0-cp36-cp36m-win_amd64.whl"
,
hash
=
"sha256:729d5e96566f44fccac6c4447ec2332636b4fe273f03da128fff8d5559782b06"
}
,
{file
=
"wrapt-1.14.0-cp37-cp37m-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:891c353e95bb11abb548ca95c8b98050f3620a7378332eb90d6acdef35b401d4"
}
,
{file
=
"wrapt-1.14.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:23f96134a3aa24cc50614920cc087e22f87439053d886e474638c68c8d15dc80"
}
,
{file
=
"wrapt-1.14.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
,
hash
=
"sha256:6807bcee549a8cb2f38f73f469703a1d8d5d990815c3004f21ddb68a567385ce"
}
,
{file
=
"wrapt-1.14.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:6915682f9a9bc4cf2908e83caf5895a685da1fbd20b6d485dafb8e218a338279"
}
,
{file
=
"wrapt-1.14.0-cp37-cp37m-musllinux_1_1_aarch64.whl"
,
hash
=
"sha256:f2f3bc7cd9c9fcd39143f11342eb5963317bd54ecc98e3650ca22704b69d9653"
}
,
{file
=
"wrapt-1.14.0-cp37-cp37m-musllinux_1_1_i686.whl"
,
hash
=
"sha256:3a71dbd792cc7a3d772ef8cd08d3048593f13d6f40a11f3427c000cf0a5b36a0"
}
,
{file
=
"wrapt-1.14.0-cp37-cp37m-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:5a0898a640559dec00f3614ffb11d97a2666ee9a2a6bad1259c9facd01a1d4d9"
}
,
{file
=
"wrapt-1.14.0-cp37-cp37m-win32.whl"
,
hash
=
"sha256:167e4793dc987f77fd476862d32fa404d42b71f6a85d3b38cbce711dba5e6b68"
}
,
{file
=
"wrapt-1.14.0-cp37-cp37m-win_amd64.whl"
,
hash
=
"sha256:d066ffc5ed0be00cd0352c95800a519cf9e4b5dd34a028d301bdc7177c72daf3"
}
,
{file
=
"wrapt-1.14.0-cp38-cp38-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:d9bdfa74d369256e4218000a629978590fd7cb6cf6893251dad13d051090436d"
}
,
{file
=
"wrapt-1.14.0-cp38-cp38-macosx_11_0_arm64.whl"
,
hash
=
"sha256:2498762814dd7dd2a1d0248eda2afbc3dd9c11537bc8200a4b21789b6df6cd38"
}
,
{file
=
"wrapt-1.14.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:5f24ca7953f2643d59a9c87d6e272d8adddd4a53bb62b9208f36db408d7aafc7"
}
,
{file
=
"wrapt-1.14.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
,
hash
=
"sha256:5b835b86bd5a1bdbe257d610eecab07bf685b1af2a7563093e0e69180c1d4af1"
}
,
{file
=
"wrapt-1.14.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:b21650fa6907e523869e0396c5bd591cc326e5c1dd594dcdccac089561cacfb8"
}
,
{file
=
"wrapt-1.14.0-cp38-cp38-musllinux_1_1_aarch64.whl"
,
hash
=
"sha256:354d9fc6b1e44750e2a67b4b108841f5f5ea08853453ecbf44c81fdc2e0d50bd"
}
,
{file
=
"wrapt-1.14.0-cp38-cp38-musllinux_1_1_i686.whl"
,
hash
=
"sha256:1f83e9c21cd5275991076b2ba1cd35418af3504667affb4745b48937e214bafe"
}
,
{file
=
"wrapt-1.14.0-cp38-cp38-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:61e1a064906ccba038aa3c4a5a82f6199749efbbb3cef0804ae5c37f550eded0"
}
,
{file
=
"wrapt-1.14.0-cp38-cp38-win32.whl"
,
hash
=
"sha256:28c659878f684365d53cf59dc9a1929ea2eecd7ac65da762be8b1ba193f7e84f"
}
,
{file
=
"wrapt-1.14.0-cp38-cp38-win_amd64.whl"
,
hash
=
"sha256:b0ed6ad6c9640671689c2dbe6244680fe8b897c08fd1fab2228429b66c518e5e"
}
,
{file
=
"wrapt-1.14.0-cp39-cp39-macosx_10_9_x86_64.whl"
,
hash
=
"sha256:b3f7e671fb19734c872566e57ce7fc235fa953d7c181bb4ef138e17d607dc8a1"
}
,
{file
=
"wrapt-1.14.0-cp39-cp39-macosx_11_0_arm64.whl"
,
hash
=
"sha256:87fa943e8bbe40c8c1ba4086971a6fefbf75e9991217c55ed1bcb2f1985bd3d4"
}
,
{file
=
"wrapt-1.14.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl"
,
hash
=
"sha256:4775a574e9d84e0212f5b18886cace049a42e13e12009bb0491562a48bb2b758"
}
,
{file
=
"wrapt-1.14.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl"
,
hash
=
"sha256:9d57677238a0c5411c76097b8b93bdebb02eb845814c90f0b01727527a179e4d"
}
,
{file
=
"wrapt-1.14.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl"
,
hash
=
"sha256:00108411e0f34c52ce16f81f1d308a571df7784932cc7491d1e94be2ee93374b"
}
,
{file
=
"wrapt-1.14.0-cp39-cp39-musllinux_1_1_aarch64.whl"
,
hash
=
"sha256:d332eecf307fca852d02b63f35a7872de32d5ba8b4ec32da82f45df986b39ff6"
}
,
{file
=
"wrapt-1.14.0-cp39-cp39-musllinux_1_1_i686.whl"
,
hash
=
"sha256:01f799def9b96a8ec1ef6b9c1bbaf2bbc859b87545efbecc4a78faea13d0e3a0"
}
,
{file
=
"wrapt-1.14.0-cp39-cp39-musllinux_1_1_x86_64.whl"
,
hash
=
"sha256:47045ed35481e857918ae78b54891fac0c1d197f22c95778e66302668309336c"
}
,
{file
=
"wrapt-1.14.0-cp39-cp39-win32.whl"
,
hash
=
"sha256:2eca15d6b947cfff51ed76b2d60fd172c6ecd418ddab1c5126032d27f74bc350"
}
,
{file
=
"wrapt-1.14.0-cp39-cp39-win_amd64.whl"
,
hash
=
"sha256:bb36fbb48b22985d13a6b496ea5fb9bb2a076fea943831643836c9f6febbcfdc"
}
,
{file
=
"wrapt-1.14.0.tar.gz"
,
hash
=
"sha256:8323a43bd9c91f62bb7d4be74cc9ff10090e7ef820e27bfe8815c57e68261311"
}
,
]
This diff is collapsed.
Click to expand it.
pyproject.toml
+
1
−
1
View file @
efbc3171
...
...
@@ -12,7 +12,7 @@ secondary = true
[tool.poetry.dependencies]
python
=
"^3.9"
thecodelabs-baseutils
=
"^1.7.0"
spotipy
-fork
=
"2.19.0"
spotipy
=
"2.19.0"
[tool.poetry.dev-dependencies]
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment