Add hotkeys to copy submission permalink and submission url

This commit is contained in:
Josue Ortega
2017-04-17 15:16:27 -06:00
parent 967f352081
commit 7a2d248875
4 changed files with 28 additions and 0 deletions

View File

@@ -11,6 +11,7 @@ install_requires = [
'kitchen',
'requests >=2.4.0', # https://github.com/michael-lazar/rtv/issues/325
'six',
'pyperclip'
]
tests_require = [