Skip to content

Commit

Permalink
Remove old dep (#305)
Browse files Browse the repository at this point in the history
* remove after response

* Remove from  config
  • Loading branch information
mattmachell authored Nov 11, 2024
1 parent 2476233 commit bdbd7ad
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
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: 0 additions & 1 deletion opgincidentresponse/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
"django.contrib.sessions",
"django.contrib.messages",
"django.contrib.staticfiles",
"after_response",
"bootstrap4",
"response.apps.ResponseConfig",
"rest_framework",
Expand Down
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
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.1
Expand Down

0 comments on commit bdbd7ad

Please sign in to comment.