diff --git a/README.md b/README.md index 66e8c58..9fb7e99 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,6 @@ $ pytify -pp ### Dependency ```bash * requests -* gnureadline * prompt-toolkit ``` diff --git a/setup.py b/setup.py index b99a38d..4c562c1 100644 --- a/setup.py +++ b/setup.py @@ -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',