prometheus-api-client-python
prometheus-api-client-python copied to clipboard
Is httmock a runtime dependency or only required for tests?
Is httmock a runtime dependency or only required for tests?
https://github.com/4n4nd/prometheus-api-client-python/blob/49362b07cb3bec835a8211d81becd5ed205ace18/requirements.txt#L6
vs.
https://github.com/4n4nd/prometheus-api-client-python/blob/master/setup.py#L40
It's required only for tests
Sorry for the late reply, missed the notification mail. Thanks for clarifying.
Maybe the requirements.txt could be split up into a requirements.txt and a requirements-test.txt like in other projects?