We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm wondering why requests_mock and Werkzeug are not only dev dependencies ?
requests_mock
Werkzeug
commercetools-python-sdk/setup.py
Lines 5 to 15 in d31c024
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
I'm wondering why
requests_mock
andWerkzeug
are not only dev dependencies ?commercetools-python-sdk/setup.py
Lines 5 to 15 in d31c024
The text was updated successfully, but these errors were encountered: