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:
parent
a19fb7fc30
commit
fa285ec4ee
4
setup.py
4
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',
|
||||
|
Loading…
Reference in New Issue
Block a user