ytptube/Pipfile
2023-12-04 23:24:58 +03:00

18 lines
259 B
TOML

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