Skip to content

Commit f00bfb6

Browse files
Remove pin for django-csp. (#2132)
* Remove pin for django-csp. The toolbar now supports django-csp v4 * Add django-template-partials to requirements file This allows make test to succeed again.
1 parent bbd3cff commit f00bfb6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements_dev.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ html5lib
1111
selenium
1212
tox
1313
black
14-
django-csp<4 # Used in tests/test_csp_rendering
14+
django-template-partials
15+
django-csp # Used in tests/test_csp_rendering
1516

1617
# Integration support
1718

0 commit comments

Comments
 (0)