1
0
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:
Michele Guerini Rocco 2020-05-21 03:09:36 +02:00
parent 5daf53dab1
commit cb489b395b
Signed by: rnhmjoj
GPG Key ID: BFBAF4C975F76450

View File

@ -23,7 +23,6 @@ if __name__ == '__main__':
'console_scripts': ['pirate-get = pirate.pirate:main']
},
install_requires=['colorama>=0.3.3',
'beautifulsoup4>=4.4.1',
'veryprettytable>=0.8.1',
'pyperclip>=1.6.2'],
keywords=['torrent', 'magnet', 'download', 'tpb', 'client'],