mirror of
https://github.com/zotify-dev/zotify.git
synced 2026-01-13 15:18:04 -05:00
24 lines
418 B
TOML
24 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"
|