prometheus-api-client-python icon indicating copy to clipboard operation
prometheus-api-client-python copied to clipboard

Is httmock a runtime dependency or only required for tests?

Open johanneskastl opened this issue 2 years ago • 2 comments

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

johanneskastl avatar Oct 26 '23 11:10 johanneskastl

It's required only for tests

4n4nd avatar Feb 21 '24 21:02 4n4nd

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?

johanneskastl avatar Apr 16 '24 06:04 johanneskastl