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:
parent
de949284f5
commit
c3968a439f
4 changed files with 55 additions and 50 deletions
1
setup.py
1
setup.py
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue