Skip to content

Commit

Permalink
corrected python version in dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
karansthr authored and mohi7solanki committed Aug 26, 2018
1 parent 5adf51f commit c2cad03
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@
from playlist_length.__version__ import __version__


requires = ('huepy==0.9.6',
'python-magic>=0.4.15',
'tqdm>=4.19.9',
'futures;python_version<"3.0"'
)
requires = (
'huepy==0.9.6',
'python-magic>=0.4.15',
'tqdm>=4.19.9',
'futures;python_version<"3.4"',
)

setup(
name='playlist-length',
Expand Down

0 comments on commit c2cad03

Please sign in to comment.