summaryrefslogtreecommitdiff
path: root/Pipfile
blob: 0ef80fa55b80a1135673e95c755c701462a6fddc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"

[packages]
pyinstaller = "*"
yt_dlp = "*"

[dev-packages]

[requires]
python_version = "3.9"
python_full_version = "3.9.7"