netbox: add new dependencies (bleach, sentry-sdk)

This commit is contained in:
Luke Granger-Brown 2022-07-17 15:00:05 +00:00
parent bcd9dc120e
commit db93e37fa3

View File

@ -35,6 +35,7 @@ py.pkgs.buildPythonApplication rec {
];
propagatedBuildInputs = with py.pkgs; [
bleach
django_4
django-cors-headers
django-debug-toolbar
@ -60,6 +61,7 @@ py.pkgs.buildPythonApplication rec {
pillow
psycopg2
pyyaml
sentry-sdk
social-auth-core
social-auth-app-django
svgwrite