Skip to content

Commit

Permalink
Revert "Remove old dep (#305)" (#315)
Browse files Browse the repository at this point in the history
This reverts commit bdbd7ad.
  • Loading branch information
mattmachell authored Nov 25, 2024
1 parent cce30ef commit 77b532f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.envrc
.DS_Store
postgres_data
opgincidentresponse/static/
opgincidentresponse/static

__pycache__
/static/
Expand Down
1 change: 1 addition & 0 deletions opgincidentresponse/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
"django.contrib.sessions",
"django.contrib.messages",
"django.contrib.staticfiles",
"after_response",
"bootstrap4",
"response.apps.ResponseConfig",
"rest_framework",
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
Django==4.2.16
django-after-response==0.2.2
git+https://github.com/ministryofjustice/opg-response.git@9d8dc7673aed3790d49a7917576240b5ee4b23a2#egg=django-incident-response
django-health-check==3.18.3
django-decorator-include==3.2
Expand Down

0 comments on commit 77b532f

Please sign in to comment.