zotify/Pipfile

24 lines
418 B
TOML
Raw Normal View History

2024-02-16 21:59:23 -07:00
[[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 = "*"
2024-08-14 08:05:26 -06:00
pkce = "*"
2024-02-16 21:59:23 -07:00
requests = "*"
tqdm = "*"
[dev-packages]
2024-08-01 05:44:52 -06:00
black = "*"
flake8 = "*"
mypy = "*"
types-protobuf = "*"
types-requests = "*"
2024-02-16 21:59:23 -07:00
[requires]
python_version = "3.11"