metube/Pipfile

16 lines
205 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pylint = "*"
[packages]
aiohttp = "*"
python-socketio = "~=5.0"
yt-dlp = "*"
[requires]
python_version = "3.11"