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 | 8fc8687 | 2016-09-14 00:31:05 -0700 | [diff] [blame] | 12 | klein>=15.3.1 |
Zsolt Haraszti | 51af339 | 2016-09-10 22:18:45 -0700 | [diff] [blame] | 13 | nose>=1.3.7 |
Nathan Knuth | 5864915 | 2016-09-08 16:48:09 -0700 | [diff] [blame] | 14 | mock>=1.3.0 |
15 | netifaces>=0.10.4 | ||||
Nathan Knuth | 5864915 | 2016-09-08 16:48:09 -0700 | [diff] [blame] | 16 | pep8>=1.5.7 |
17 | pep8-naming>=0.3.3 | ||||
18 | pyflakes>=1.0.0 | ||||
19 | pylint>=1.5.2 | ||||
Zsolt Haraszti | d1c9f23 | 2016-09-22 23:18:38 -0700 | [diff] [blame] | 20 | #pypcap>=1.1.5 |
Nathan Knuth | 5864915 | 2016-09-08 16:48:09 -0700 | [diff] [blame] | 21 | pyOpenSSL>=0.13 |
22 | PyYAML>=3.10 | ||||
Zsolt Haraszti | 8fa9da0 | 2016-09-10 17:34:03 -0700 | [diff] [blame] | 23 | requests |
Nathan Knuth | 5864915 | 2016-09-08 16:48:09 -0700 | [diff] [blame] | 24 | scapy>=2.3.2 |
Zsolt Haraszti | b71c2a0 | 2016-09-12 13:12:07 -0700 | [diff] [blame] | 25 | service-identity |
Nathan Knuth | 5864915 | 2016-09-08 16:48:09 -0700 | [diff] [blame] | 26 | simplejson>=3.8.1 |
27 | six>=1.10.0 | ||||
Zsolt Haraszti | b71c2a0 | 2016-09-12 13:12:07 -0700 | [diff] [blame] | 28 | structlog>=16.1.0 |
Zsolt Haraszti | e060a7d | 2016-09-16 11:08:24 -0700 | [diff] [blame] | 29 | treq>=15.1.0 |
Nathan Knuth | 5864915 | 2016-09-08 16:48:09 -0700 | [diff] [blame] | 30 | Twisted>=13.2.0 |
31 | urllib3>=1.7.1 | ||||
Zsolt Haraszti | e060a7d | 2016-09-16 11:08:24 -0700 | [diff] [blame] | 32 | |
33 | # python-consul>=0.6.1 we need the pre-released version for now, because 0.6.1 does not | ||||
34 | # yet support Twisted. Once this is released, it will be the 0.6.2 version | ||||
35 | git+git://github.com/cablehead/python-consul.git |