From fa285ec4eeec0a05cebd699cf81d50ae2b5077ab Mon Sep 17 00:00:00 2001 From: matteosandrin Date: Thu, 14 Jun 2018 19:19:56 -0400 Subject: [PATCH] Fixed a typo in the modified dependency list, inside setup.py --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index efacf80..8330ca1 100755 --- a/setup.py +++ b/setup.py @@ -24,8 +24,8 @@ if __name__ == '__main__': }, install_requires=['colorama>=0.3.3', 'beautifulsoup4>=4.4.1', - 'veryprettytable>=0.8.1'], - 'pyperclip>=1.6.2' + 'veryprettytable>=0.8.1', + 'pyperclip>=1.6.2'], keywords=['torrent', 'magnet', 'download', 'tpb', 'client'], classifiers=[ 'Topic :: Utilities',