Skip to content

Dependencies

Michael Higgins edited this page Mar 28, 2022 · 11 revisions

Python

Python 3 preferred, Python 2 no longer supported officially

Install using requirements.txt pip install -r <path>

  • setup/requirements.txt
  • setup/requirements-deluge.txt
  • setup/requirements-qbittorrent.txt

Install with pip install <packagename>

  • setuptools
  • requests
  • idna
  • requests-cache
  • babelfish
  • tmdbsimple
  • mutagen
  • guessit
  • subliminal
  • stevedore (this will be automatically installed with subliminal)
  • python-dateutil (this will be automatically installed with subliminal)
  • qtfaststart
  • cleanit

Deluge

  • deluge-client
  • gevent

qBittorrent

  • python-qbittorrent

Setup Tools

VC for Python (Windows and Python 2.7 only)