changes
This commit is contained in:
parent
a10b32b5b7
commit
360e342bc2
18 changed files with 923 additions and 463 deletions
18
Pipfile
Normal file
18
Pipfile
Normal file
|
@ -0,0 +1,18 @@
|
|||
[[source]]
|
||||
url = "https://pypi.org/simple"
|
||||
verify_ssl = true
|
||||
name = "pypi"
|
||||
|
||||
[packages]
|
||||
librespot = {git = "git+https://github.com/kokarare1212/librespot-python"}
|
||||
music-tag = {git = "git+https://zotify.xyz/zotify/music-tag"}
|
||||
mutagen = "*"
|
||||
pillow = "*"
|
||||
pwinput = "*"
|
||||
requests = "*"
|
||||
tqdm = "*"
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.11"
|
Loading…
Add table
Add a link
Reference in a new issue