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 |
Zsolt Haraszti | 361dc59 | 2016-09-25 22:25:23 -0700 | [diff] [blame] | 3 | cython |
Nathan Knuth | 5864915 | 2016-09-08 16:48:09 -0700 | [diff] [blame] | 4 | decorator>=3.4.0 |
Zsolt Haraszti | e060a7d | 2016-09-16 11:08:24 -0700 | [diff] [blame] | 5 | docker-py |
Zsolt Haraszti | b71c2a0 | 2016-09-12 13:12:07 -0700 | [diff] [blame] | 6 | fluent-logger>=0.4.3 |
Zsolt Haraszti | eb43507 | 2016-09-23 17:10:49 -0700 | [diff] [blame] | 7 | grpc>=0.3 |
8 | grpcio>=1.0.0 | ||||
9 | grpcio-tools>=1.0.0 | ||||
Zsolt Haraszti | ac9310d | 2016-09-20 12:56:35 -0700 | [diff] [blame] | 10 | hash_ring>=1.3.1 |
Nathan Knuth | 418fdc8 | 2016-09-16 22:51:15 -0700 | [diff] [blame] | 11 | hexdump>=3.3 |
Zsolt Haraszti | 034db37 | 2016-10-03 22:26:41 -0700 | [diff] [blame] | 12 | jinja2>=2.8 |
Zsolt Haraszti | 8fc8687 | 2016-09-14 00:31:05 -0700 | [diff] [blame] | 13 | klein>=15.3.1 |
Zsolt Haraszti | 51af339 | 2016-09-10 22:18:45 -0700 | [diff] [blame] | 14 | nose>=1.3.7 |
Khen Nursimulu | 37a9bf8 | 2016-10-16 20:11:31 -0400 | [diff] [blame] | 15 | nose-exclude>=0.5.0 |
Nathan Knuth | 5864915 | 2016-09-08 16:48:09 -0700 | [diff] [blame] | 16 | mock>=1.3.0 |
17 | netifaces>=0.10.4 | ||||
Nathan Knuth | 5864915 | 2016-09-08 16:48:09 -0700 | [diff] [blame] | 18 | pep8>=1.5.7 |
19 | pep8-naming>=0.3.3 | ||||
Zsolt Haraszti | 1504408 | 2016-10-05 00:18:57 -0700 | [diff] [blame] | 20 | protobuf-to-dict>=0.1.0 |
Nathan Knuth | 5864915 | 2016-09-08 16:48:09 -0700 | [diff] [blame] | 21 | pyflakes>=1.0.0 |
22 | pylint>=1.5.2 | ||||
Khen Nursimulu | da4ef46 | 2016-10-17 14:22:51 -0400 | [diff] [blame] | 23 | #pypcap>=1.1.5 |
Nathan Knuth | 5864915 | 2016-09-08 16:48:09 -0700 | [diff] [blame] | 24 | pyOpenSSL>=0.13 |
25 | PyYAML>=3.10 | ||||
Zsolt Haraszti | 8fa9da0 | 2016-09-10 17:34:03 -0700 | [diff] [blame] | 26 | requests |
Nathan Knuth | 5864915 | 2016-09-08 16:48:09 -0700 | [diff] [blame] | 27 | scapy>=2.3.2 |
Zsolt Haraszti | b71c2a0 | 2016-09-12 13:12:07 -0700 | [diff] [blame] | 28 | service-identity |
Nathan Knuth | 5864915 | 2016-09-08 16:48:09 -0700 | [diff] [blame] | 29 | simplejson>=3.8.1 |
30 | six>=1.10.0 | ||||
Zsolt Haraszti | b71c2a0 | 2016-09-12 13:12:07 -0700 | [diff] [blame] | 31 | structlog>=16.1.0 |
Zsolt Haraszti | e060a7d | 2016-09-16 11:08:24 -0700 | [diff] [blame] | 32 | treq>=15.1.0 |
Nathan Knuth | 5864915 | 2016-09-08 16:48:09 -0700 | [diff] [blame] | 33 | Twisted>=13.2.0 |
34 | urllib3>=1.7.1 | ||||
Zsolt Haraszti | e060a7d | 2016-09-16 11:08:24 -0700 | [diff] [blame] | 35 | |
36 | # python-consul>=0.6.1 we need the pre-released version for now, because 0.6.1 does not | ||||
37 | # yet support Twisted. Once this is released, it will be the 0.6.2 version | ||||
38 | git+git://github.com/cablehead/python-consul.git | ||||
khen | b95fe9a | 2016-10-05 11:15:25 -0700 | [diff] [blame] | 39 | |
40 | # Twisted Python kafka client | ||||
41 | git+git://github.com/ciena/afkak.git | ||||
42 |