blob: 338449e691e1038e3570e08a26eb15f121edd540 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
pylint = "*"
[packages]
aiohttp = "*"
python-socketio = "~=4.0"
youtube-dl = "*"
[requires]
python_version = "3.8"
|