ytptube/Pipfile
2024-02-19 21:45:31 +03:00

19 lines
277 B
TOML

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