We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19bb9aa commit cb78335Copy full SHA for cb78335
requirements_dev.txt
@@ -11,7 +11,7 @@ html5lib
11
selenium
12
tox
13
black
14
-django-csp # Used in tests/test_csp_rendering
+django-csp<4 # Used in tests/test_csp_rendering
15
16
# Integration support
17
tox.ini
@@ -25,7 +25,7 @@ deps =
25
pygments
26
selenium>=4.8.0
27
sqlparse
28
- django-csp
+ django-csp<4
29
passenv=
30
CI
31
COVERAGE_ARGS
0 commit comments