ytptube/Pipfile
ArabCoders 476d369bd1 Fixes
2024-03-31 03:49:57 +03:00

22 lines
368 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
python-socketio = ">=5.11.1"
aiohttp = ">=3.9.3"
yt-dlp = "*"
caribou = ">=0.3.0"
coloredlogs = ">=15.0.1"
aiocron = ">=1.8"
python-dotenv = ">=1.0.1"
python-magic = ">=0.4.27"
debugpy = ">=1.8.1"
httpx = "*"
async-timeout = "*"
[dev-packages]
[requires]
python_version = "3.11"