metube/Pipfile
2019-11-29 19:31:34 +02:00

15 lines
204 B
TOML

[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pylint = "*"
[packages]
aiohttp = "*"
python-socketio = "*"
youtube-dl = "*"
[requires]
python_version = "3.8"