Skip to content

Commit

Permalink
Enforce latest versions
Browse files Browse the repository at this point in the history
  • Loading branch information
dz0ny committed Jun 2, 2015
1 parent 2e7ce46 commit e01a934
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions setup.py
Expand Up @@ -24,9 +24,9 @@ def get_version(filename):
include_package_data=True,
install_requires=[
'setuptools',
'requests >= 2.2.1',
'pafy >= 0.3.35',
'Mopidy >= 1.0',
'requests >= 2.7.0',
'pafy >= 0.3.74',
'Mopidy >= 1.0.5',
'Pykka >= 1.1',
],
test_suite='nose.collector',
Expand Down

0 comments on commit e01a934

Please sign in to comment.