Skip to content

Commit

Permalink
remove dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
bjarneo committed May 12, 2016
1 parent bf8d9e5 commit 8680955
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ $ pytify -pp
### Dependency
```bash
* requests
* gnureadline
* prompt-toolkit
```

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
license='MIT',
keywords='spotify pytify song search curses',
packages=['pytify'],
install_requires=['requests','gnureadline', 'prompt-toolkit'],
install_requires=['requests','prompt-toolkit'],
entry_points={'console_scripts': ['pytify=pytify.cli:main']},
classifiers=[
'Intended Audience :: End Users/Desktop',
Expand Down

0 comments on commit 8680955

Please sign in to comment.