mirror of
https://zotify.xyz/zotify/zotify.git
synced 2024-11-10 09:07:53 +01:00
23 lines
418 B
TOML
23 lines
418 B
TOML
[[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 = "*"
|
|
pkce = "*"
|
|
requests = "*"
|
|
tqdm = "*"
|
|
|
|
[dev-packages]
|
|
black = "*"
|
|
flake8 = "*"
|
|
mypy = "*"
|
|
types-protobuf = "*"
|
|
types-requests = "*"
|
|
|
|
[requires]
|
|
python_version = "3.11"
|