repo.or.cz
/
tor-bridgedb.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Remove PGP support.
[tor-bridgedb.git]
/
.test.requirements.txt
blob
82fbbd6f7072c518df6a957d7f38a63c463bab66
1
# This is a pip requirements.txt file for running bridgedb's tests.
2
#
3
# To run install these dependencies and run the tests, do:
4
#
5
# $ pip install -r .test.requirements.txt
6
# $ make coverage
7
#
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