Removed getpass to let the praw library take care of it.

This commit is contained in:
Michael Lazar
2015-03-08 23:43:55 -07:00
parent 7c5ff238d4
commit 820e30b6a6
2 changed files with 2 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ setup(
license='MIT',
keywords='reddit terminal praw curses',
packages=['rtv'],
install_requires=['praw', 'six', 'requests'],
install_requires=['praw>=2.1.6', 'six', 'requests'],
entry_points={'console_scripts': ['rtv=rtv.main:main']},
classifiers=[
'Intended Audience :: End Users/Desktop',