Remove PGP support.
[tor-bridgedb.git] / .test.requirements.txt
blob82fbbd6f7072c518df6a957d7f38a63c463bab66
1 # This is a pip requirements.txt file for running bridgedb's tests.
3 # To run install these dependencies and run the tests, do:
5 #     $ pip install -r .test.requirements.txt
6 #     $ make coverage
8 coverage==5.0.3
9 mechanize==0.4.5
10 pep8==1.7.1
11 pylint==2.4.4
12 sure==1.4.11