mirror of
https://github.com/cooperhammond/irs.git
synced 2025-01-17 21:17:07 +00:00
Travis dependencies
This commit is contained in:
parent
4243b1e41d
commit
af9331efd3
|
@ -5,6 +5,7 @@ python:
|
|||
- "3.6"
|
||||
|
||||
install:
|
||||
- pip install -r requirements.txt
|
||||
- python setup.py install
|
||||
|
||||
script:
|
||||
|
|
7
requirements.txt
Normal file
7
requirements.txt
Normal file
|
@ -0,0 +1,7 @@
|
|||
--index-url https://pypi.python.org/simple/
|
||||
|
||||
bs4
|
||||
mutagen
|
||||
requests
|
||||
spotipy
|
||||
ydl-binaries
|
Loading…
Reference in a new issue