blob: 429bc08bf0b97ebb3b02edaaa8a0043d11c895a3 [file] [log] [blame]
Sergey Berezin5c907932017-05-04 21:38:441# 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
18python_version: "2.7"
19
20wheel {
Sergey Berezinfb55a582018-03-13 23:05:1221 name: "infra/python/wheels/coverage/${vpython_platform}"
Sergey Berezin5c907932017-05-04 21:38:4422 version: "version:4.3.4"
23}
Sergey Berezin20826d72017-05-12 01:43:1924
25wheel {
26 name: "infra/python/wheels/appdirs-py2_py3"
27 version: "version:1.4.3"
28}
29
30
31wheel {
32 name: "infra/python/wheels/appium_python_client-py2_py3"
33 version: "version:0.24"
34}
35
36
37wheel {
38 name: "infra/python/wheels/google_api_python_client-py2_py3"
39 version: "version:1.6.2"
40}
41
42
43wheel {
44 name: "infra/python/wheels/httplib2-py2_py3"
45 version: "version:0.10.3"
46}
47
48
49wheel {
50 name: "infra/python/wheels/mock"
51 version: "version:2.0.0"
52}
53
54
55wheel {
56 name: "infra/python/wheels/oauth2client-py2_py3"
57 version: "version:4.0.0"
58}
59
60
61wheel {
62 name: "infra/python/wheels/packaging-py2_py3"
63 version: "version:16.8"
64}
65
66
67wheel {
Sergey Berezinf4fd0732017-05-30 22:42:5268 name: "infra/python/wheels/protobuf"
69 version: "version:3.2.0"
70}
71
72
73wheel {
Sergey Berezin20826d72017-05-12 01:43:1974 name: "infra/python/wheels/pyasn1-py2_py3"
75 version: "version:0.2.3"
76}
77
78
79wheel {
80 name: "infra/python/wheels/pyasn1_modules-py2_py3"
81 version: "version:0.0.8"
82}
83
84
85wheel {
86 name: "infra/python/wheels/pyparsing-py2_py3"
87 version: "version:2.2.0"
88}
89
90
91wheel {
92 name: "infra/python/wheels/rsa-py2_py3"
93 version: "version:3.4.2"
94}
95
96
97wheel {
98 name: "infra/python/wheels/selenium-py2_py3"
Ben Joyceacff5142018-08-31 20:54:4199 version: "version:3.14.0"
Sergey Berezin20826d72017-05-12 01:43:19100}
101
102
103wheel {
104 name: "infra/python/wheels/six-py2_py3"
105 version: "version:1.10.0"
106}
107
Sergey Berezin20826d72017-05-12 01:43:19108wheel {
109 name: "infra/python/wheels/uritemplate-py2_py3"
110 version: "version:3.0.0"
111}
Ben Joyceacff5142018-08-31 20:54:41112
113wheel {
114 name: "infra/python/wheels/urllib3-py2_py3"
115 version: "version:1.22"
116}
Maksym Onufriienkoee7af252019-03-26 18:38:29117
118wheel: {
119 name: "infra/python/wheels/python-dateutil-py2_py3"
120 version: "version:2.7.3"
121}
Maksym Onufriienko3982dd02019-08-19 23:52:39122
123wheel: {
124 name: "infra/python/wheels/psutil/${vpython_platform}"
125 version: "version:5.2.2"
126}