Modified locations to be relative, used pipenv properly this time

This commit is contained in:
2019-12-13 07:57:48 -06:00
parent faf5213f12
commit 63da31c09f
2 changed files with 254 additions and 0 deletions

18
Pipfile Normal file
View File

@ -0,0 +1,18 @@
[[source]]
name = "pypi"
url = "https://pypi.org/simple"
verify_ssl = true
[dev-packages]
[packages]
python-telegram-bot = "*"
requests = "*"
spotipy = "*"
dpath = "*"
gmusicapi = "*"
pathlib = "*"
uuid = "*"
[requires]
python_version = "3.6"