| Sergey Berezin | 5c90793 | 2017-05-04 21:38:44 | [diff] [blame] | 1 | # Copyright 2017 Google Inc. |
| 2 | # |
| 3 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 4 | # you may not use this file except in compliance with the License. |
| 5 | # You may obtain a copy of the License at |
| 6 | # |
| 7 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 8 | # |
| 9 | # Unless required by applicable law or agreed to in writing, software |
| 10 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 11 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 12 | # See the License for the specific language governing permissions and |
| 13 | # limitations under the License. |
| 14 | # |
| 15 | # This file defines pinned Python dependencies for vpython. Schema: |
| 16 | # https://github.com/luci/luci-go/blob/master/vpython/api/vpython/spec.proto. |
| 17 | |
| 18 | python_version: "2.7" |
| 19 | |
| 20 | wheel { |
| Sergey Berezin | fb55a58 | 2018-03-13 23:05:12 | [diff] [blame] | 21 | name: "infra/python/wheels/coverage/${vpython_platform}" |
| Sergey Berezin | 5c90793 | 2017-05-04 21:38:44 | [diff] [blame] | 22 | version: "version:4.3.4" |
| 23 | } |
| Sergey Berezin | 20826d7 | 2017-05-12 01:43:19 | [diff] [blame] | 24 | |
| 25 | wheel { |
| 26 | name: "infra/python/wheels/appdirs-py2_py3" |
| 27 | version: "version:1.4.3" |
| 28 | } |
| 29 | |
| 30 | |
| 31 | wheel { |
| 32 | name: "infra/python/wheels/appium_python_client-py2_py3" |
| 33 | version: "version:0.24" |
| 34 | } |
| 35 | |
| 36 | |
| 37 | wheel { |
| 38 | name: "infra/python/wheels/google_api_python_client-py2_py3" |
| 39 | version: "version:1.6.2" |
| 40 | } |
| 41 | |
| 42 | |
| 43 | wheel { |
| 44 | name: "infra/python/wheels/httplib2-py2_py3" |
| 45 | version: "version:0.10.3" |
| 46 | } |
| 47 | |
| 48 | |
| 49 | wheel { |
| 50 | name: "infra/python/wheels/mock" |
| 51 | version: "version:2.0.0" |
| 52 | } |
| 53 | |
| 54 | |
| 55 | wheel { |
| 56 | name: "infra/python/wheels/oauth2client-py2_py3" |
| 57 | version: "version:4.0.0" |
| 58 | } |
| 59 | |
| 60 | |
| 61 | wheel { |
| 62 | name: "infra/python/wheels/packaging-py2_py3" |
| 63 | version: "version:16.8" |
| 64 | } |
| 65 | |
| 66 | |
| 67 | wheel { |
| Sergey Berezin | f4fd073 | 2017-05-30 22:42:52 | [diff] [blame] | 68 | name: "infra/python/wheels/protobuf" |
| 69 | version: "version:3.2.0" |
| 70 | } |
| 71 | |
| 72 | |
| 73 | wheel { |
| Sergey Berezin | 20826d7 | 2017-05-12 01:43:19 | [diff] [blame] | 74 | name: "infra/python/wheels/pyasn1-py2_py3" |
| 75 | version: "version:0.2.3" |
| 76 | } |
| 77 | |
| 78 | |
| 79 | wheel { |
| 80 | name: "infra/python/wheels/pyasn1_modules-py2_py3" |
| 81 | version: "version:0.0.8" |
| 82 | } |
| 83 | |
| 84 | |
| 85 | wheel { |
| 86 | name: "infra/python/wheels/pyparsing-py2_py3" |
| 87 | version: "version:2.2.0" |
| 88 | } |
| 89 | |
| 90 | |
| 91 | wheel { |
| 92 | name: "infra/python/wheels/rsa-py2_py3" |
| 93 | version: "version:3.4.2" |
| 94 | } |
| 95 | |
| 96 | |
| 97 | wheel { |
| 98 | name: "infra/python/wheels/selenium-py2_py3" |
| Ben Joyce | acff514 | 2018-08-31 20:54:41 | [diff] [blame] | 99 | version: "version:3.14.0" |
| Sergey Berezin | 20826d7 | 2017-05-12 01:43:19 | [diff] [blame] | 100 | } |
| 101 | |
| 102 | |
| 103 | wheel { |
| 104 | name: "infra/python/wheels/six-py2_py3" |
| 105 | version: "version:1.10.0" |
| 106 | } |
| 107 | |
| Sergey Berezin | 20826d7 | 2017-05-12 01:43:19 | [diff] [blame] | 108 | wheel { |
| 109 | name: "infra/python/wheels/uritemplate-py2_py3" |
| 110 | version: "version:3.0.0" |
| 111 | } |
| Ben Joyce | acff514 | 2018-08-31 20:54:41 | [diff] [blame] | 112 | |
| 113 | wheel { |
| 114 | name: "infra/python/wheels/urllib3-py2_py3" |
| 115 | version: "version:1.22" |
| 116 | } |
| Maksym Onufriienko | ee7af25 | 2019-03-26 18:38:29 | [diff] [blame] | 117 | |
| 118 | wheel: { |
| 119 | name: "infra/python/wheels/python-dateutil-py2_py3" |
| 120 | version: "version:2.7.3" |
| 121 | } |
| Maksym Onufriienko | 3982dd0 | 2019-08-19 23:52:39 | [diff] [blame] | 122 | |
| 123 | wheel: { |
| 124 | name: "infra/python/wheels/psutil/${vpython_platform}" |
| 125 | version: "version:5.2.2" |
| 126 | } |