fix AttributeError for ruamel.yaml

This commit is contained in:
takumin 2019-07-30 20:09:02 +09:00
parent e349c239fe
commit 7f22d21d5d
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ RUN pip install \
# napalm is used for gathering information from network devices
napalm \
# ruamel is used in startup_scripts
ruamel.yaml \
'ruamel.yaml>=0.15,<0.16' \
# pinning django to the version required by netbox
# adding it here, to install the correct version of
# django-rq