forked from GoogleCloudPlatform/gcpdiag
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Pipfile
41 lines (39 loc) · 746 Bytes
/
Pipfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[[source]]
url = "https://pypi.python.org/simple"
verify_ssl = true
name = "pypi"
[packages]
aiohttp = "*"
appdirs = "*"
boltons = "*"
blessings = "*"
dataclasses = "==0.6"
diskcache = "*"
google-api-python-client = "*"
google-auth-oauthlib = "*"
importlib-resources = "*"
packaging = "*"
python-dateutil = "*"
pyyaml = "*"
ratelimit = "*"
six = "==1.15.0"
# Python 3.7 compatibility
typing-extensions = "*"
[dev-packages]
astunparse = "*"
bump2version = "*"
coverage = "*"
importlib-metadata = "*"
isort = "*"
mypy = "*"
pdoc = "*"
pre-commit = "*"
pyinstaller = "*"
pytest = "*"
pytest-cov = "*"
pytest-forked = "*"
pytest-snapshot = "*"
yapf = "*"
# for vim:
# pip install 'python-language-server[yapf,pyflakes,mccabe]'
# pip install pylint