Add CHANGELOG entry.
[tor-bridgedb.git] / .travis.requirements.txt
bloba74821adff52958f62cd8c1316c567d632a29b74
1 # This is a pip requirements.txt file for running BridgeDB and BridgeDB's test
2 # suites on Travis CI infrastructure. See https://travis-ci.org/ and the
3 # .travis.yml file for more info.
5 # Please note that there may be additional dependencies not listed here but
6 # specified with their version numbers in .travis.yml in order to submit test
7 # runs which use multiple different dependency versions.
8 #------------------------------------------------------------------------------
10 # To run install these dependencies and run the tests, do:
12 #     $ pip install -r .test.requirements.txt
13 #     $ make coverage
15 #------------------------------------------------------------------------------
16 attrs==19.2.0
17 Babel==2.8.0
18 beautifulsoup4==4.8.2
19 Mako==1.1.1
20 pycryptodome==3.9.6
21 Twisted==20.3.0
22 coverage==5.0.3
23 coveralls==1.10.0
24 ipaddr==2.2.0
25 mechanize==0.4.5
26 Pillow==6.2.2
27 pyOpenSSL==19.0.0
28 pygeoip==0.3.2
29 qrcode==6.1
30 service_identity==18.1.0
31 stem==1.8.0
32 sure==1.4.11
33 zope.interface==4.7.1