compose/compose
Carl George bbebf518cf only require colorama on windows
Colorama is only useful on Windows by design.  Since it has no effect on
other platforms, it makes sense to not require it universally.

Signed-off-by: Carl George <carl@george.computer>
2017-08-21 13:09:19 -07:00
..
cli only require colorama on windows 2017-08-21 13:09:19 -07:00
config 0 is a valid value for a published port 2017-08-21 13:09:19 -07:00
__init__.py 1.16.0-dev 2017-08-21 13:09:19 -07:00
__main__.py Use json to encode invalid values in configuration errors so that the user sees a proper repr of the value. 2016-01-07 13:09:24 -05:00
bundle.py referencing right segment of code 2017-02-08 18:50:26 +08:00
const.py Add Compose v2.3 2017-08-21 13:09:19 -07:00
container.py Fix ps output to show all ports 2017-06-19 13:28:04 -07:00
errors.py Expand depends_on to allow different conditions (service_start, service_healthy) 2017-01-04 11:28:30 -08:00
network.py Add exclusion for networkname 2017-07-26 16:50:14 -07:00
parallel.py Align status output for parallel_execute 2017-07-13 17:37:26 -07:00
progress_stream.py progress_stream: Avoid undefined ANSI escape codes 2016-11-25 10:16:37 +00:00
project.py Always silence pull output with --parallel 2017-07-26 16:50:14 -07:00
service.py Add target to service build configuration 2017-08-21 13:09:19 -07:00
state.py Implement smart recreate behind an experimental CLI flag 2015-05-18 18:39:18 +01:00
timeparse.py Add a vendored and modified pytimeparse 2016-11-16 12:10:32 -05:00
utils.py Implement 'healthcheck' option 2016-11-18 14:47:02 +00:00
version.py Improved version comparisons throughout the codebase 2017-07-13 17:37:26 -07:00
volume.py Add default labels to networks and volumes created by Compose 2016-12-19 20:43:35 -08:00