mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 03:43:45 +00:00
netbox: add new dependencies (bleach, sentry-sdk)
This commit is contained in:
parent
bcd9dc120e
commit
db93e37fa3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user