blob: 05ed531e82090de3345c5e72155ab93c011753fd [file] [log] [blame]
Xixuan Wu08a56c42018-03-01 15:07:18 -08001# 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
7url = "https://pypi.python.org/simple"
8verify_ssl = true
9name = "pypi"
10
11
12[dev-packages]
13
14pytest = "*"
15
16
17[packages]
18
Xixuan Wu7b0a7132018-03-27 16:18:24 -070019flask = "~=0.12.2"
Xixuan Wudae79f72018-03-26 17:01:40 -070020google-api-python-client = "~=1.6.5"
Xixuan Wu08a56c42018-03-01 15:07:18 -080021google-cloud-bigquery = "~=0.25.0"
Xixuan Wu7b0a7132018-03-27 16:18:24 -070022gunicorn = "~=19.7.1"
23requests = "~=2.18.4"
Xixuan Wu08a56c42018-03-01 15:07:18 -080024
25
26[requires]
27
Xixuan Wu7b0a7132018-03-27 16:18:24 -070028python_version = "3.5"