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
Bump version number to 0.10.1.
[tor-bridgedb.git]
/
.test.requirements.txt
blob
e72ed31bd79cc8d5442e0679025b065b43c932cb
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.1
9
mechanize==0.4.5
10
pep8==1.7.1
11
pylint==2.5.2
12
sure==1.4.11