tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

requirements-optional.txt (384B)


      1 -r requirements.txt
      2 
      3 # We support a Genshi treewalker that can be used to serialize Genshi
      4 # streams.
      5 genshi
      6 
      7 # chardet can be used as a fallback in case we are unable to determine
      8 # the encoding of a document.
      9 chardet>=2.2
     10 
     11 # lxml is supported with its own treebuilder ("lxml") and otherwise
     12 # uses the standard ElementTree support
     13 lxml ; platform_python_implementation == 'CPython'