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 |
Nathan Knuth | a6b09e3 | 2016-09-21 16:26:09 -0700 | [diff] [blame] | 16 | pypcap>=1.1.5 |
Nathan Knuth | 5864915 | 2016-09-08 16:48:09 -0700 | [diff] [blame] | 17 | pyOpenSSL>=0.13 |
| 18 | PyYAML>=3.10 |
Zsolt Haraszti | 8fa9da0 | 2016-09-10 17:34:03 -0700 | [diff] [blame] | 19 | requests |
Nathan Knuth | 5864915 | 2016-09-08 16:48:09 -0700 | [diff] [blame] | 20 | scapy>=2.3.2 |
Zsolt Haraszti | b71c2a0 | 2016-09-12 13:12:07 -0700 | [diff] [blame] | 21 | service-identity |
Nathan Knuth | 5864915 | 2016-09-08 16:48:09 -0700 | [diff] [blame] | 22 | simplejson>=3.8.1 |
| 23 | six>=1.10.0 |
Zsolt Haraszti | b71c2a0 | 2016-09-12 13:12:07 -0700 | [diff] [blame] | 24 | structlog>=16.1.0 |
Zsolt Haraszti | e060a7d | 2016-09-16 11:08:24 -0700 | [diff] [blame] | 25 | treq>=15.1.0 |
Nathan Knuth | 5864915 | 2016-09-08 16:48:09 -0700 | [diff] [blame] | 26 | Twisted>=13.2.0 |
| 27 | urllib3>=1.7.1 |
Zsolt Haraszti | e060a7d | 2016-09-16 11:08:24 -0700 | [diff] [blame] | 28 | |
| 29 | # python-consul>=0.6.1 we need the pre-released version for now, because 0.6.1 does not |
| 30 | # yet support Twisted. Once this is released, it will be the 0.6.2 version |
| 31 | git+git://github.com/cablehead/python-consul.git |