We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4242704 commit e96b715Copy full SHA for e96b715
1 file changed
packages/horizon.nix
@@ -54,10 +54,9 @@
54
}:
55
let
56
inherit (python3Packages)
57
+ asgiref
58
babel
59
coverage
- django
60
- django-compressor
61
freezegun
62
hacking
63
iso8601
@@ -75,6 +74,7 @@ let
75
74
requests
76
selenium
77
semantic-version
+ sqlparse
78
testscenarios
79
testtools
80
tzdata
@@ -102,6 +102,7 @@ python3Packages.buildPythonPackage rec {
102
];
103
104
propagatedBuildInputs = [
105
106
107
django
108
django-appconf
@@ -133,6 +134,7 @@ python3Packages.buildPythonPackage rec {
133
134
135
rjsmin
136
137
138
139
xstatic
140
xstatic-angular
0 commit comments