Merge branch 'release-0.11.0'
[tor-bridgedb.git] / .test.requirements.txt
blobe72ed31bd79cc8d5442e0679025b065b43c932cb
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.1
9 mechanize==0.4.5
10 pep8==1.7.1
11 pylint==2.5.2
12 sure==1.4.11