diff options
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -21,9 +21,7 @@ setup(name = 'tpblite', long_description_content_type='text/markdown', license = 'MIT License', packages = ['tpblite', 'tpblite/models'], - install_requires = [ - 'beautifulsoup4', - 'purl'], + install_requires = ['lxml'], classifiers = [ 'Development Status :: 3 - Alpha', 'Programming Language :: Python', @@ -33,4 +31,4 @@ setup(name = 'tpblite', 'Topic :: Internet :: WWW/HTTP :: Indexing/Search', 'Topic :: Utilities'], keywords = ['ThePirateBay', 'PirateBay', 'torrent'] - )
\ No newline at end of file + ) |