1
0
mirror of https://github.com/linkedin/oncall.git synced 2025-11-27 23:18:38 +02:00

Fix prometheus_client not installed

This commit fixes #162.
This commit is contained in:
Tjebbe Vlieg
2018-05-18 16:17:01 +02:00
committed by Daniel Wang
parent 70360e72ec
commit 82bb2b7b4c

View File

@@ -34,6 +34,7 @@ setuptools.setup(
],
extras_require={
'ldap': ['python-ldap'],
'prometheus': ['prometheus_client'],
'dev': [
'pytest',
'pytest-mock',