mirror of
https://github.com/alexta69/metube.git
synced 2025-04-01 19:37:35 +03:00
15 lines
205 B
TOML
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"
|