mirror of
https://github.com/vikstrous/pirate-get
synced 2025-01-09 09:59:51 +01:00
drop beautifulsoup dependency
This commit is contained in:
parent
5daf53dab1
commit
cb489b395b
1
setup.py
1
setup.py
@ -23,7 +23,6 @@ if __name__ == '__main__':
|
|||||||
'console_scripts': ['pirate-get = pirate.pirate:main']
|
'console_scripts': ['pirate-get = pirate.pirate:main']
|
||||||
},
|
},
|
||||||
install_requires=['colorama>=0.3.3',
|
install_requires=['colorama>=0.3.3',
|
||||||
'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'],
|
||||||
|
Loading…
Reference in New Issue
Block a user