metube/Pipfile

18 lines
235 B
TOML
Raw Normal View History

2019-11-29 19:31:34 +02:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pylint = "*"
[packages]
aiohttp = "*"
2021-09-12 20:23:42 +03:00
python-socketio = "~=5.0"
yt-dlp = "*"
2025-05-29 16:11:26 -07:00
mutagen = "*"
2025-05-30 08:56:49 -07:00
curl-cffi = "*"
2019-11-29 19:31:34 +02:00
[requires]
2025-06-02 22:32:57 +03:00
python_version = "3.13"