Merge pull request #149 from takumin/fix_attribute_error

fix AttributeError for ruamel.yaml
This commit is contained in:
Christian Mäder 2019-07-30 13:34:48 +02:00 committed by GitHub
commit ef0755b9cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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