Skip to content

Commit

Permalink
chore: health_check
Browse files Browse the repository at this point in the history
  • Loading branch information
aqswa committed Dec 20, 2022
1 parent bf19e36 commit 8602ddd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion CeosVoteBack/settings/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
'demoday',
'partleads',
'corsheaders',
'healthcheck',
'health_check',
]

MIDDLEWARE = [
Expand Down
10 changes: 0 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,26 +1,16 @@
asgiref==3.5.2
click==8.1.3
colorama==0.4.6
dj-database-url==1.0.0
Django==4.1.3
django-cors-headers==3.13.0
django-environ==0.9.0
django-health-check==3.17.0
djangorestframework==3.14.0
djangorestframework-camel-case==1.3.0
djangorestframework-simplejwt==5.2.2
Flask==2.2.2
gunicorn==20.1.0
healthcheck==1.3.3
itsdangerous==2.1.2
Jinja2==3.1.2
MarkupSafe==2.1.1
mysqlclient==2.1.1
psycopg2-binary==2.9.5
PyJWT==2.6.0
pytz==2022.6
six==1.16.0
sqlparse==0.4.3
tzdata==2022.7
Werkzeug==2.2.2
whitenoise==6.2.0

0 comments on commit 8602ddd

Please sign in to comment.