commercetools-python-sdk
commercetools-python-sdk copied to clipboard
Why is requests_mock and Werkzeug are normal dependencies?
I'm wondering why requests_mock and Werkzeug are not only dev dependencies ?
https://github.com/labd/commercetools-python-sdk/blob/d31c02475c1d01cb7f87e8bfbe40bdb7bd9d5a97/setup.py#L5-L15
The reason is that part of the source code (not tool chain code) depends on werkzeug and requests_mock. It is used in the testing part.
We could move this to a separate package, but that might be some work