1
0
mirror of https://github.com/vikstrous/pirate-get synced 2025-01-09 09:59:51 +01:00

Fixed a typo in the modified dependency list, inside setup.py

This commit is contained in:
matteosandrin 2018-06-14 19:19:56 -04:00
parent a19fb7fc30
commit fa285ec4ee

View File

@ -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',