aboutsummaryrefslogtreecommitdiff
path: root/Pipfile
blob: 3aca08a1184539e0f14d394610900dc686854bb4 (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 = "*"
youtube-dl = "*"

[requires]
python_version = "3.8"
bgstack15