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