metube/Pipfile

16 lines
204 B
Plaintext
Raw Normal View History

2019-11-29 17:31:34 +00:00
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pylint = "*"
[packages]
aiohttp = "*"
2021-09-12 17:23:42 +00:00
python-socketio = "~=5.0"
yt-dlp = "*"
2019-11-29 17:31:34 +00:00
[requires]
python_version = "3.8"