Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame] | 1 | # Python 2 packages needed for dev_appserver.py. During deployment, these |
| 2 | # packages are built into App Engine and included by declaring them in app.yaml. |
| 3 | # https://cloud.google.com/appengine/docs/standard/python/tools/using-libraries-python-27#local_development |
| 4 | # All packages must be at least 3 weeks old, crbug.com/1117193#c5 |
| 5 | # For hash-checking mode, all nested dependencies must be included. |
| 6 | |
| 7 | # For binary dependencies, we'll have to provide one for each platform. We're targeting: |
| 8 | # * Python: cp27m, but prefer cp27mu (CPython 2.7) |
| 9 | # * OS: macosx_10_* and manylinux* |
| 10 | # * Architecture: x86_64 |
| 11 | |
| 12 | mysqlclient==1.4.6 --hash=sha256:f3fdaa9a38752a3b214a6fe79d7cae3653731a53e577821f9187e67cbecb2e16 |
| 13 | |
| 14 | # Required by grpc-google-iam-v1 <-- google-cloud-tasks |
| 15 | # first sha is for cp27m-macosx_10_9_x86 |
| 16 | # second sha is for cp27mu-manylinux2010_x86 |
| 17 | # third sha is for cp27m-manylinux2010_x86 |
| 18 | grpcio==1.31.0 --hash=sha256:e8c3264b0fd728aadf3f0324471843f65bd3b38872bdab2a477e31ffb685dd5b \ |
| 19 | --hash=sha256:92e54ab65e782f227e751c7555918afaba8d1229601687e89b80c2b65d2f6642 \ |
| 20 | --hash=sha256:58d7121f48cb94535a4cedcce32921d0d0a78563c7372a143dedeec196d1c637 |
| 21 | |
| 22 | # Required by google-cloud-tasks |
| 23 | protobuf==3.12.4 --hash=sha256:3d59825cba9447e8f4fcacc1f3c892cafd28b964e152629b3f420a2fb5918b5a \ |
| 24 | --hash=sha256:6009f3ebe761fad319b52199a49f1efa7a3729302947a78a3f5ea8e7e89e3ac2 |