summaryrefslogtreecommitdiff
path: root/tests/admin_scripts/custom_templates/project_template
diff options
context:
space:
mode:
Diffstat (limited to 'tests/admin_scripts/custom_templates/project_template')
-rw-r--r--tests/admin_scripts/custom_templates/project_template/additional_dir/requirements.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/admin_scripts/custom_templates/project_template/additional_dir/requirements.in b/tests/admin_scripts/custom_templates/project_template/additional_dir/requirements.in
new file mode 100644
index 0000000000..77e66e2c93
--- /dev/null
+++ b/tests/admin_scripts/custom_templates/project_template/additional_dir/requirements.in
@@ -0,0 +1,5 @@
+# Should not be processed by `black`.
+Django<4.2
+environs[django]
+psycopg2-binary
+django-extensions