tor-browser

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

requirements_flake8.txt (183B)


      1 flake8==5.0.4; python_version < '3.9'
      2 flake8==6.1.0; python_version >= '3.9'
      3 pycodestyle==2.11.1; python_version >= '3.9'
      4 pyflakes==3.1.0; python_version >= '3.9'
      5 pep8-naming==0.13.3