Refactor config loading to move version check into ConfigFile.

Adds the cached_property package.

Signed-off-by: Daniel Nephin <dnephin@docker.com>
This commit is contained in:
Daniel Nephin 2016-01-13 13:28:39 -05:00
commit c3968a439f
4 changed files with 55 additions and 50 deletions

View file

@ -28,6 +28,7 @@ def find_version(*file_paths):
install_requires = [
'cached-property >= 1.2.0',
'docopt >= 0.6.1, < 0.7',
'PyYAML >= 3.10, < 4',
'requests >= 2.6.1, < 2.8',