diff --git a/README.md b/README.md index 6c6eab6..225a7ff 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ system, dubbed *Enterprise Edition*, which contains the following changes: - [django-ses](https://github.com/django-ses/django-ses) - Amazon SES email backend - [dj-database-url](https://github.com/jacobian/dj-database-url) - DB configuration via `DATABASE_URL` + - [django-prometheus](https://github.com/korfuri/django-prometheus) - Export Django + monitoring metrics for Prometheus.io - [kiwitcms-github-app](https://github.com/kiwitcms/github-app/) - extra integration with GitHub - [kiwitcms-tenants](https://github.com/kiwitcms/tenants/) - multi-tenant support diff --git a/requirements.txt b/requirements.txt index 8dd5a68..e8b643d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,5 @@ django-python3-ldap==0.15.4 +django-prometheus==2.3.1 django-ses==3.5.0 dj-database-url==2.0.0 kiwitcms-github-app==1.5.1