Browse Source

Add django-health-check as a dependency

pull/1667/head
Hironsan 2 years ago
parent
commit
e2d0b1d8e3
1 changed files with 2 additions and 1 deletions
  1. 3
      setup.py

3
setup.py

@ -44,7 +44,8 @@ required = [
'gunicorn>=20.1.0',
'waitress>=2.0.0',
'pydantic>=1.8.2',
'chardet>=4.0.0'
'chardet>=4.0.0',
'django-health-check'
]
setup(

Loading…
Cancel
Save