nautobot / nautobot-docker-compose

Docker Compose for Nautobot
47 stars 43 forks source link

Device Onboarding Dependency Confusion #81

Closed alhogan closed 2 months ago

alhogan commented 3 months ago

The second pyproject.toml file hidden in plugins/example_plugin causes headaches if you happen to add the device onboarding app as a dependency in the pyproject.toml at the root level. Is the example plugin really needed or could we remove the device onboarding depency so prevent the potential conflict. Even loosing up the version requirement could help.

jdrew82 commented 2 months ago

I think we're best to just comment out the example plugin from the Dockerfile and the pyproject.toml. It's just meant there as an example and not intended for actual usage.