mirror of
https://github.com/vikstrous/pirate-get
synced 2025-01-10 10:04:21 +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',
|
install_requires=['colorama>=0.3.3',
|
||||||
'beautifulsoup4>=4.4.1',
|
'beautifulsoup4>=4.4.1',
|
||||||
'veryprettytable>=0.8.1'],
|
'veryprettytable>=0.8.1',
|
||||||
'pyperclip>=1.6.2'
|
'pyperclip>=1.6.2'],
|
||||||
keywords=['torrent', 'magnet', 'download', 'tpb', 'client'],
|
keywords=['torrent', 'magnet', 'download', 'tpb', 'client'],
|
||||||
classifiers=[
|
classifiers=[
|
||||||
'Topic :: Utilities',
|
'Topic :: Utilities',
|
||||||
|
Loading…
Reference in New Issue
Block a user