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
appengine-python-standard/setup.py
Line 21 in 9432aae
https://setuptools.pypa.io/en/latest/userguide/dependency_management.html#optional-dependencies
This causes mock to be included as a production dependency in the requirements.txt when using pip-compile:
mock
requirements.txt
pip-compile
mock==4.0.3 \ --hash=sha256:122fcb64ee37cfad5b3f48d7a7d51875d7031aaf3d8be7c42e2bee25044eee62 \ --hash=sha256:7d3fbbde18228f4ff2f1f119a45cdffa458b4c0dee32eb4d2bb2f82554bac7bc # via appengine-python-standard
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
appengine-python-standard/setup.py
Line 21 in 9432aae
https://setuptools.pypa.io/en/latest/userguide/dependency_management.html#optional-dependencies
This causes
mock
to be included as a production dependency in therequirements.txt
when usingpip-compile
:The text was updated successfully, but these errors were encountered: