did the needful

This commit is contained in:
2022-05-20 14:38:39 -05:00
parent 785d187c2f
commit e93914745e
3 changed files with 202 additions and 0 deletions

20
Pipfile Normal file
View File

@ -0,0 +1,20 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
requests = "*"
ytmusicapi = "*"
uuid = "*"
dpath = "*"
pathlib = "*"
numpy = "*"
[requires]
python_version = "3.6"
[scripts]
eggsecute = "python shuffler.py"