Skip to content

Commit

Permalink
chore: health check module
Browse files Browse the repository at this point in the history
  • Loading branch information
aqswa committed Dec 20, 2022
1 parent cf75ba2 commit bf19e36
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
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
Expand All @@ -7,11 +9,18 @@ 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 bf19e36

Please sign in to comment.