Port get-tor-exists script to Python 3.
[tor-bridgedb.git] / .travis.requirements.txt
blob1a1d7ff1458f8aca3c9a063600d1fcf99645ad2b
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==19.10.0
22 coverage==5.0.3
23 coveralls==1.10.0
24 gnupg==2.3.1
25 ipaddr==2.2.0
26 mechanize==0.4.5
27 Pillow==6.2.2
28 pyOpenSSL==19.0.0
29 pygeoip==0.3.2
30 qrcode==6.1
31 service_identity==18.1.0
32 stem==1.8.0
33 sure==1.4.11
34 zope.interface==4.7.1