Nathan Knuth | 0c64096 | 2016-09-08 16:32:18 -0700 | [diff] [blame] | 1 | argparse==1.2.1 |
Nathan Knuth | 5864915 | 2016-09-08 16:48:09 -0700 | [diff] [blame] | 2 | colorama>=0.2.5 |
3 | decorator>=3.4.0 | ||||
Zsolt Haraszti | e060a7d | 2016-09-16 11:08:24 -0700 | [diff] [blame] | 4 | docker-py |
Zsolt Haraszti | b71c2a0 | 2016-09-12 13:12:07 -0700 | [diff] [blame] | 5 | fluent-logger>=0.4.3 |
Zsolt Haraszti | eb43507 | 2016-09-23 17:10:49 -0700 | [diff] [blame^] | 6 | grpc>=0.3 |
7 | grpcio>=1.0.0 | ||||
8 | grpcio-tools>=1.0.0 | ||||
Zsolt Haraszti | ac9310d | 2016-09-20 12:56:35 -0700 | [diff] [blame] | 9 | hash_ring>=1.3.1 |
Nathan Knuth | 418fdc8 | 2016-09-16 22:51:15 -0700 | [diff] [blame] | 10 | hexdump>=3.3 |
Zsolt Haraszti | 8fc8687 | 2016-09-14 00:31:05 -0700 | [diff] [blame] | 11 | klein>=15.3.1 |
Zsolt Haraszti | 51af339 | 2016-09-10 22:18:45 -0700 | [diff] [blame] | 12 | nose>=1.3.7 |
Nathan Knuth | 5864915 | 2016-09-08 16:48:09 -0700 | [diff] [blame] | 13 | mock>=1.3.0 |
14 | netifaces>=0.10.4 | ||||
Nathan Knuth | 5864915 | 2016-09-08 16:48:09 -0700 | [diff] [blame] | 15 | pep8>=1.5.7 |
16 | pep8-naming>=0.3.3 | ||||
17 | pyflakes>=1.0.0 | ||||
18 | pylint>=1.5.2 | ||||
Zsolt Haraszti | d1c9f23 | 2016-09-22 23:18:38 -0700 | [diff] [blame] | 19 | #pypcap>=1.1.5 |
Nathan Knuth | 5864915 | 2016-09-08 16:48:09 -0700 | [diff] [blame] | 20 | pyOpenSSL>=0.13 |
21 | PyYAML>=3.10 | ||||
Zsolt Haraszti | 8fa9da0 | 2016-09-10 17:34:03 -0700 | [diff] [blame] | 22 | requests |
Nathan Knuth | 5864915 | 2016-09-08 16:48:09 -0700 | [diff] [blame] | 23 | scapy>=2.3.2 |
Zsolt Haraszti | b71c2a0 | 2016-09-12 13:12:07 -0700 | [diff] [blame] | 24 | service-identity |
Nathan Knuth | 5864915 | 2016-09-08 16:48:09 -0700 | [diff] [blame] | 25 | simplejson>=3.8.1 |
26 | six>=1.10.0 | ||||
Zsolt Haraszti | b71c2a0 | 2016-09-12 13:12:07 -0700 | [diff] [blame] | 27 | structlog>=16.1.0 |
Zsolt Haraszti | e060a7d | 2016-09-16 11:08:24 -0700 | [diff] [blame] | 28 | treq>=15.1.0 |
Nathan Knuth | 5864915 | 2016-09-08 16:48:09 -0700 | [diff] [blame] | 29 | Twisted>=13.2.0 |
30 | urllib3>=1.7.1 | ||||
Zsolt Haraszti | e060a7d | 2016-09-16 11:08:24 -0700 | [diff] [blame] | 31 | |
32 | # python-consul>=0.6.1 we need the pre-released version for now, because 0.6.1 does not | ||||
33 | # yet support Twisted. Once this is released, it will be the 0.6.2 version | ||||
34 | git+git://github.com/cablehead/python-consul.git |