tor-browser

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

requires.txt (153B)


      1 pytest>=6.1.0
      2 
      3 [:python_version < "3.8"]
      4 typing-extensions>=3.7.2
      5 
      6 [testing]
      7 coverage>=6.2
      8 hypothesis>=5.7.1
      9 flaky>=3.5.0
     10 mypy>=0.931
     11 pytest-trio>=0.7.0