Add python django-rq package to requirements.txt #2104

Closed
opened 2025-12-29 17:22:22 +01:00 by adam · 1 comment
Owner

Originally created by @madeinoz67 on GitHub (Nov 8, 2018).

Environment

  • Python version: any
  • NetBox version: current

Proposed Functionality

Adding this python package as part of default requirements.txt will simplify webhook enablement as python packages will already be installed in correct env when netbox is installed. So all that is left for user to do is install redis and add config.

Use Case

Webhook enablement

External Dependencies

django-rq

Originally created by @madeinoz67 on GitHub (Nov 8, 2018). ### Environment * Python version: any * NetBox version: current ### Proposed Functionality Adding this python package as part of default requirements.txt will simplify webhook enablement as python packages will already be installed in correct env when netbox is installed. So all that is left for user to do is install redis and add config. ### Use Case Webhook enablement ### External Dependencies django-rq
adam closed this issue 2025-12-29 17:22:22 +01:00
Author
Owner

@jeremystretch commented on GitHub (Nov 8, 2018):

It's an optional package, like NAPALM, so it isn't included in requirements.txt. There's no reason to force someone to install something they're not necessarily going to use.

@jeremystretch commented on GitHub (Nov 8, 2018): It's an optional package, like NAPALM, so it isn't included in `requirements.txt`. There's no reason to force someone to install something they're not necessarily going to use.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#2104