metube/Pipfile
2023-12-09 12:35:31 +08:00

15 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"