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 | |
Adrià Vilanova Martínez | 535e731 | 2021-10-17 00:48:12 +0200 | [diff] [blame] | 14 | # Required by dev_appserver.py |
| 15 | enum34==1.1.6 --hash=sha256:6bd0f6ad48ec2aa117d3d141940d484deccda84d4fcd884f5c3d93c23ecd8c79 |
| 16 | |
| 17 | # Required by gae.py and by dev_appserver.py |
| 18 | six==1.15.0 --hash=sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced |
| 19 | |
Adrià Vilanova Martínez | ac4a644 | 2022-05-15 19:05:13 +0200 | [diff] [blame] | 20 | # Required by Flask==1.1.4 |
| 21 | MarkupSafe==0.23 --hash=sha256:a4ec1aff59b95a14b45eb2e23761a0179e98319da5a7eb76b56ea8cdc7b871c3 |
| 22 | |
Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame] | 23 | # Required by grpc-google-iam-v1 <-- google-cloud-tasks |
| 24 | # first sha is for cp27m-macosx_10_9_x86 |
| 25 | # second sha is for cp27mu-manylinux2010_x86 |
| 26 | # third sha is for cp27m-manylinux2010_x86 |
| 27 | grpcio==1.31.0 --hash=sha256:e8c3264b0fd728aadf3f0324471843f65bd3b38872bdab2a477e31ffb685dd5b \ |
| 28 | --hash=sha256:92e54ab65e782f227e751c7555918afaba8d1229601687e89b80c2b65d2f6642 \ |
Adrià Vilanova Martínez | 84008f8 | 2021-07-10 00:53:48 +0200 | [diff] [blame] | 29 | --hash=sha256:58d7121f48cb94535a4cedcce32921d0d0a78563c7372a143dedeec196d1c637 \ |
| 30 | --hash=sha256:5043440c45c0a031f387e7f48527541c65d672005fb24cf18ef6857483557d39 |
Copybara | 854996b | 2021-09-07 19:36:02 +0000 | [diff] [blame] | 31 | |
| 32 | # Required by google-cloud-tasks |
Adrià Vilanova Martínez | 535e731 | 2021-10-17 00:48:12 +0200 | [diff] [blame] | 33 | # first sha is for cp27m-macosx_10_9_x86_64 |
| 34 | # second sha is for cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64 |
| 35 | protobuf==3.17.3 --hash=sha256:ab6bb0e270c6c58e7ff4345b3a803cc59dbee19ddf77a4719c5b635f1d547aa8 \ |
| 36 | --hash=sha256:13ee7be3c2d9a5d2b42a1030976f760f28755fcf5863c55b1460fd205e6cd637 |