Xixuan Wu | 08a56c4 | 2018-03-01 15:07:18 -0800 | [diff] [blame] | 1 | # Copyright 2018 The Chromium OS Authors. All rights reserved. |
| 2 | # Use of this source code is governed by a BSD-style license that can be |
| 3 | # found in the LICENSE file. |
| 4 | |
| 5 | [[source]] |
| 6 | |
| 7 | url = "https://pypi.python.org/simple" |
| 8 | verify_ssl = true |
| 9 | name = "pypi" |
| 10 | |
| 11 | |
| 12 | [dev-packages] |
| 13 | |
| 14 | pytest = "*" |
| 15 | |
| 16 | |
| 17 | [packages] |
| 18 | |
Xixuan Wu | 7b0a713 | 2018-03-27 16:18:24 -0700 | [diff] [blame] | 19 | flask = "~=0.12.2" |
Xixuan Wu | dae79f7 | 2018-03-26 17:01:40 -0700 | [diff] [blame] | 20 | google-api-python-client = "~=1.6.5" |
Xixuan Wu | 08a56c4 | 2018-03-01 15:07:18 -0800 | [diff] [blame] | 21 | google-cloud-bigquery = "~=0.25.0" |
Xixuan Wu | 7b0a713 | 2018-03-27 16:18:24 -0700 | [diff] [blame] | 22 | gunicorn = "~=19.7.1" |
| 23 | requests = "~=2.18.4" |
Xixuan Wu | 08a56c4 | 2018-03-01 15:07:18 -0800 | [diff] [blame] | 24 | |
| 25 | |
| 26 | [requires] |
| 27 | |
Xixuan Wu | 7b0a713 | 2018-03-27 16:18:24 -0700 | [diff] [blame] | 28 | python_version = "3.5" |